Skip to content

Commit a25b41a

Browse files
committed
pull outputs from correct job
1 parent 47e54a8 commit a25b41a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ env:
3939

4040
jobs:
4141
job_get_metadata:
42-
name: Get Commit metadata
42+
name: Get Metadata
4343
runs-on: ubuntu-latest
4444
steps:
4545
- name: Check out current commit
@@ -68,7 +68,7 @@ jobs:
6868
runs-on: ubuntu-latest
6969
timeout-minutes: 15
7070
steps:
71-
- name: Check out current commit (${{ needs.job_install_deps.outputs.commit_sha }} -${{ needs.job_install_deps.outputs.commit_message }})
71+
- name: Check out current commit (${{ needs.job_get_metadata.outputs.commit_sha }} -${{ needs.job_get_metadata.outputs.commit_message }})
7272
uses: actions/checkout@v2
7373
with:
7474
ref: ${{ env.HEAD_COMMIT }}

0 commit comments

Comments
 (0)