We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dafd690 commit 3d9cb4eCopy full SHA for 3d9cb4e
.github/workflows/build-tools.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Ensure release exists
19
env:
20
GH_TOKEN: ${{ github.token }}
21
- run: gh release create tools --title "Tools" --latest=false || true
+ run: gh release create tools --repo "$GITHUB_REPOSITORY" --title "Tools" --latest=false || true
22
23
build:
24
needs: ensure-release
@@ -71,4 +71,4 @@ jobs:
71
- name: Update release notes
72
73
74
- run: gh release edit tools --notes "Automated tools build from ${GITHUB_SHA::7} on $(date -u +%Y-%m-%d)"
+ run: gh release edit tools --repo "$GITHUB_REPOSITORY" --notes "Automated tools build from ${GITHUB_SHA::7} on $(date -u +%Y-%m-%d)"
0 commit comments