We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47e54a8 commit a25b41aCopy full SHA for a25b41a
.github/workflows/build.yml
@@ -39,7 +39,7 @@ env:
39
40
jobs:
41
job_get_metadata:
42
- name: Get Commit metadata
+ name: Get Metadata
43
runs-on: ubuntu-latest
44
steps:
45
- name: Check out current commit
@@ -68,7 +68,7 @@ jobs:
68
69
timeout-minutes: 15
70
71
- - name: Check out current commit (${{ needs.job_install_deps.outputs.commit_sha }} -${{ needs.job_install_deps.outputs.commit_message }})
+ - name: Check out current commit (${{ needs.job_get_metadata.outputs.commit_sha }} -${{ needs.job_get_metadata.outputs.commit_message }})
72
uses: actions/checkout@v2
73
with:
74
ref: ${{ env.HEAD_COMMIT }}
0 commit comments