Skip to content

Commit 4be1ebe

Browse files
committed
try echoing data
1 parent a25b41a commit 4be1ebe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ jobs:
6868
runs-on: ubuntu-latest
6969
timeout-minutes: 15
7070
steps:
71+
- name: Echo data
72+
run: |
73+
echo ${{ needs.job_get_metadata.outputs.commit_sha }} - ${{ needs.job_get_metadata.outputs.commit_message }}
7174
- name: Check out current commit (${{ needs.job_get_metadata.outputs.commit_sha }} -${{ needs.job_get_metadata.outputs.commit_message }})
7275
uses: actions/checkout@v2
7376
with:

0 commit comments

Comments
 (0)