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 a25b41a commit 4be1ebeCopy full SHA for 4be1ebe
.github/workflows/build.yml
@@ -68,6 +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 }}
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