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 4be1ebe commit bdaa90fCopy full SHA for bdaa90f
.github/workflows/build.yml
@@ -68,9 +68,9 @@ jobs:
68
runs-on: ubuntu-latest
69
timeout-minutes: 15
70
steps:
71
- - name: Echo data
72
- run: |
73
- echo ${{ needs.job_get_metadata.outputs.commit_sha }} - ${{ needs.job_get_metadata.outputs.commit_message }}
+ # - name: Echo data
+ # run: |
+ # echo ${{ needs.job_get_metadata.outputs.commit_sha }} - ${{ needs.job_get_metadata.outputs.commit_message }}
74
- name: Check out current commit (${{ needs.job_get_metadata.outputs.commit_sha }} -${{ needs.job_get_metadata.outputs.commit_message }})
75
uses: actions/checkout@v2
76
with:
0 commit comments