Skip to content

Commit

Permalink
changed method to retrieve PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan M Smolenski committed Jan 23, 2024
1 parent c29072b commit ef5d931
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/update_shortnames.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
ls -al
cat cmr_metadata.json

while read prname; do
echo "$prname"
COLLECTION_ID=$(echo $prname |sed -E 's/diff\/[uatops]+\///')
Expand Down

0 comments on commit ef5d931

Please sign in to comment.