We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bac814e commit e7167fcCopy full SHA for e7167fc
.github/workflows/build.yaml
@@ -15,6 +15,8 @@ jobs:
15
update_version:
16
runs-on: ubuntu-latest
17
steps:
18
+ - name: Checkout repository
19
+ uses: actions/[email protected]
20
- name: Get commit hash
21
id: commit-hash
22
run: echo "COMMIT_HASH=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
0 commit comments