Skip to content

Commit

Permalink
trying again to test with a closed issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
naidneelttil committed Apr 4, 2024
1 parent 0b0e625 commit 22b7375
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/security_dismissal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
# Add any package installation commands here (e.g., pip install requests)
sudo apt-get install jq # Install jq for parsing JSON
- name: Download inssues artifacts
- name: Download issues artifacts
uses: actions/download-artifact@v4
with:
name: issues-data # Match the name used for upload
Expand Down Expand Up @@ -127,5 +127,4 @@ jobs:
https://api.github.com/repos/ncsu-csc472-spring2024/grass-CI-playground/issues
fi

done <<< "$(cat alerts.json | jq -r '[.[].number, .[].most_recent_instance.message.text, .[].dismissed_comment] | @tsv' )"

0 comments on commit 22b7375

Please sign in to comment.