Update action.yml

This commit is contained in:
tmalbos.pl 2025-02-24 15:15:52 +01:00
parent b8d65c1aeb
commit f7ce5f1ff9

View File

@ -9,6 +9,7 @@ jobs:
steps: steps:
- name: Checkout code - name: Checkout code
run: | run: |
git clone $GITEA_REPO_URL
git fetch --all git fetch --all
git reset --hard $GITEA_COMMIT_SHA git reset --hard $GITEA_COMMIT_SHA