Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
reacto11mecha committed Jul 21, 2024
1 parent 57c4a1f commit b9446c6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,10 @@ jobs:
fi
- name: Commit changes
run: git commit -am "bot-update: update ${REF_NAME} | https://github.com/sora-vp/baseline/commit/${{ github.sha }}"
env:
REF_NAME: ${{ github.ref_name }}
GITHUB_SHA: ${{ github.sha }}
run: git commit -am "bot-update: update ${REF_NAME}" -m "Cek commit -> https://github.com/sora-vp/baseline/commit/$GITHUB_SHA"

- name: Debug
run: git log
Expand Down

0 comments on commit b9446c6

Please sign in to comment.