From 22b73755e141988e8ece5ab07ff47e8b29c8b657 Mon Sep 17 00:00:00 2001 From: Maryam Abkar Date: Thu, 4 Apr 2024 14:10:35 -0400 Subject: [PATCH] trying again to test with a closed issues. --- .github/workflows/security_dismissal.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/security_dismissal.yml b/.github/workflows/security_dismissal.yml index cc38949c1ff..1161ad9f6e4 100644 --- a/.github/workflows/security_dismissal.yml +++ b/.github/workflows/security_dismissal.yml @@ -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 @@ -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' )" \ No newline at end of file