Skip to content

Commit

Permalink
(again) fix: github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
RemainingToast committed Jun 5, 2023
1 parent e9581cf commit 29149a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Get previous commit
id: prev_commit
run: |
PREVIOUS_COMMIT=$(git rev-parse HEAD^)
PREVIOUS_COMMIT=$(git rev-parse HEAD~1)
echo "${PREVIOUS_COMMIT}" >> prev_commit.txt
- name: Get commit messages
id: commit_messages
Expand Down

0 comments on commit 29149a7

Please sign in to comment.