We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69806bf commit 8702f2eCopy full SHA for 8702f2e
.github/workflows/draft_release.yml
@@ -32,7 +32,7 @@ jobs:
32
git rebase origin/master gh/master && git branch -f master HEAD || git rebase --abort
33
# Now use master and update remote so we can use the bump-formula-pr
34
git checkout master
35
- cd
+ git log -1 --decorate
36
37
- name: Run the audit
38
continue-on-error: true
0 commit comments