Skip to content

Commit 1f8ae9f

Browse files
authored
Merge pull request #1479 from diggerhq/docs/add-job-id
Docs: add job id
2 parents 18efb0e + fb5bae9 commit 1f8ae9f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docs/getting-started/github-actions-+-aws.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ jobs:
6767
6868
steps:
6969
- uses: actions/checkout@v4
70+
- name: ${{github.event.inputs.id}}
71+
run: echo job id ${{ inputs.id }}
7072
- uses: diggerhq/digger@latest
7173
with:
7274
setup-aws: true

docs/getting-started/github-actions-and-gcp.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ jobs:
5858
statuses: write # required to validate combined PR status
5959
steps:
6060
- uses: actions/checkout@v4
61+
- name: ${{github.event.inputs.id}}
62+
run: echo job id ${{ inputs.id }}
6163
- id: 'auth'
6264
uses: 'google-github-actions/auth@v1'
6365
with:

0 commit comments

Comments
 (0)