diff --git a/.gitea/workflows/build-push.yaml b/.gitea/workflows/build-push.yaml index 810d3ee..708716e 100644 --- a/.gitea/workflows/build-push.yaml +++ b/.gitea/workflows/build-push.yaml @@ -57,7 +57,7 @@ jobs: SHORT_SHA: ${{ steps.short-sha.outputs.short-sha }} - name: Commit and Push changes run: | - cd repo + cd rgbboard git add . git commit -m "Update image to ${{ steps.short_sha.outputs.short_sha }}" git push \ No newline at end of file