Skip to content

Commit bba0e87

Browse files
authored
Fix repository name in file path
1 parent ea2e427 commit bba0e87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/issueSnapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- run: |
11-
gh issue list --limit 1000 --search "is:issue is:open sort:reactions-+1-desc" --json number,url,reactionGroups,title,labels > $GITHUB_REPOSITORY.$(date +"%Y-%m-%d").json
11+
gh issue list --limit 1000 --search "is:issue is:open sort:reactions-+1-desc" --json number,url,reactionGroups,title,labels > $(echo $GITHUB_REPOSITORY | tr / _).$(date +"%Y-%m-%d").json
1212
env:
1313
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1414
- uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)