We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 770b643 commit f796e2eCopy full SHA for f796e2e
.github/workflows/release-pr.yml
@@ -53,7 +53,7 @@ jobs:
53
image-info:
54
name: Trigger info extraction
55
needs: [update_manifest_files]
56
- uses: devcontainers/images/.github/workflows/version-history.yml@HEAD
+ uses: devcontainers/images/.github/workflows/version-history.yml@${{ github.ref_name }}
57
permissions:
58
contents: write
59
pull-requests: write
0 commit comments