We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 325ab60 commit 8d03406Copy full SHA for 8d03406
.github/workflows/release.yml
@@ -27,7 +27,7 @@ jobs:
27
pull-requests: read
28
uses: jmeridth/reusable-workflows/.github/workflows/release-image.yaml@53a9c808122ffaae9af948f72139fb4bd44ab74c
29
with:
30
- image-name: stale_repos
+ image-name: ${{ github.repository_owner }}/stale_repos
31
full-tag: ${{ needs.release.outputs.full-tag }}
32
short-tag: ${{ needs.release.outputs.short-tag }}
33
secrets:
0 commit comments