diff --git a/.gitea/workflows/commentDeploy.yml b/.gitea/workflows/commentDeploy.yml index c01e658..e2932f7 100644 --- a/.gitea/workflows/commentDeploy.yml +++ b/.gitea/workflows/commentDeploy.yml @@ -8,13 +8,13 @@ jobs: startsWith(gitea.event.comment.body, '/deploy') runs-on: ubuntu-latest steps: + - name: Checkout + uses: actions/checkout@v4 + - name: Get branch name id: branch_name uses: ./.gitea/actions/getTagSafeRef - - name: Checkout - uses: actions/checkout@v4 - # - name: Build and push image # id: docker_build # uses: ./.gitea/actions/build