Skip to content

Commit 3b99f00

Browse files
committed
Add Badge Updater For Private
Signed-off-by: Stephen Williams <stephenw@mindpointgroup.com>
1 parent 5b8444f commit 3b99f00

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/export-badges-private.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ jobs:
1919

2020
steps:
2121
- name: Create output directory
22-
run: mkdir -p output/badges/${{ inputs.repo_name }}
22+
run: |
23+
repo_short=$(basename "${{ inputs.repo_name }}")
24+
mkdir -p output/badges/$repo_short
2325
2426
- name: Generate badge JSON files
2527
env:

0 commit comments

Comments
 (0)