.gitea/workflows/dev.yaml aktualisiert
All checks were successful
website-dev / dev-build (push) Successful in 22s

This commit is contained in:
Denys Konovalov 2023-12-20 18:30:15 +01:00
parent 39aa5297f6
commit 66f83d6436

@ -12,12 +12,11 @@ defaults:
jobs:
dev-build:
if: gitea.repository == 'gcg/gcg-website'
runs-on: ubuntu-latest
runs-on: act-runner-user
timeout-minutes: 5
steps:
- name: pull
run: |
git config --global --add safe.directory /opt/data/actions/gcg-website-dev
git pull
git reset --hard origin/dev
- name: build