We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea2e427 commit bba0e87Copy full SHA for bba0e87
1 file changed
.github/workflows/issueSnapshot.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
steps:
10
- 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
+ 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
12
env:
13
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
14
- uses: actions/upload-artifact@v3
0 commit comments