Skip to content

Commit

Permalink
fix: ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
plyr4 committed Mar 29, 2024
1 parent 9cae484 commit 8bf7b6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ jobs:
- name: write git info
id: git
run: |
echo ::set-output name=commit_message::$(git log -1 --pretty=%B)
echo ::set-output name=commit_hash::$(git rev-parse --short HEAD)
echo "commit_hash=$(git rev-parse --short HEAD)" >> "$GITHUB_OUTPUT"
echo "commit_message=$(git log -1 --pretty=%B)" >> "$GITHUB_OUTPUT"
- name: free disk space
run: |
Expand Down

0 comments on commit 8bf7b6c

Please sign in to comment.