Skip to content

Commit

Permalink
#251: run skills-service backward compat tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sudo-may committed Oct 4, 2024
1 parent 55cc382 commit 8844639
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/client-libs-backwards-compat1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
id: generate-matrix
run: |
RESPONSE=$(curl -s -X GET 'https://api.github.com/repos/NationalSecurityAgency/skills-service/releases')
echo "RESPONSE=$RESPONSE"
TAG_NAMES=$(echo "$RESPONSE" | jq -r '.[] | .tag_name')
echo "TAG_NAMES=$TAG_NAMES"
# VERSIONS='${{ toJSON(RESPONSE.versions) }}'
# echo ::set-output name=versions::${VERSIONS}

Expand Down

0 comments on commit 8844639

Please sign in to comment.