We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7ca836 commit 5b8444fCopy full SHA for 5b8444f
1 file changed
.github/workflows/export-badges-private.yml
@@ -25,7 +25,8 @@ jobs:
25
env:
26
GH_TOKEN: ${{ secrets.BADGE_PUSH_TOKEN }}
27
run: |
28
- OUT_DIR=output/badges/${{ inputs.repo_name }}
+ repo_short=$(basename "${{ inputs.repo_name }}")
29
+ OUT_DIR=output/badges/$repo_short
30
31
# Release branch badge
32
default_branch=$(gh repo view "${{ inputs.repo_name }}" --json defaultBranchRef --jq '.defaultBranchRef.name')
0 commit comments