Skip to content

Commit

Permalink
Update jq-bash.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislin22 authored Jun 6, 2024
1 parent bf6fab4 commit d373e4c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/jq-bash.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ jobs:
echo $r | jq '.aa'
done
ee=$(jq -c '.[] | select (.timestamp != "2021092900")' tf )
for row in $ee; do
echo "$row" | jq '.'
done
- name: test github ref_name and github.sha
run: |
echo "github.ref_name: [${{ github.ref_name }}] "
echo "github.sha: [${{ github.sha }}] "
echo "combo: [${{ format('{0}.{1}', github.ref_name, github.sha) }}]"

0 comments on commit d373e4c

Please sign in to comment.