We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eccf277 commit dfe9f9dCopy full SHA for dfe9f9d
2 files changed
.github/workflows/create-test-mirror-pr.yml
@@ -80,6 +80,7 @@ jobs:
80
if: ${{ steps.create-commit.outputs.has_changes == 'true' }}
81
uses: DataDog/commit-headless@05d7b7ee023e2c7d01c47832d420c2503cd416f3 # action/v2.0.3
82
with:
83
+ target: DataDog/images
84
token: "${{ steps.octo-sts.outputs.token }}"
85
branch: "${{ steps.define-branch.outputs.branch }}"
86
head-sha: "${{ steps.images-head.outputs.sha }}"
.github/workflows/update-mirror-digests.yml
@@ -97,6 +97,7 @@ jobs:
97
98
99
100
101
102
103
0 commit comments