We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16483e3 commit e32976aCopy full SHA for e32976a
.github/workflows/_determine_php_versions.yml
@@ -29,7 +29,7 @@ jobs:
29
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30
- name: Determine version and hash
31
run: |
32
- echo "${{ steps.get_tags.outputs.data }}" > "tags.json"
+ echo '${{ steps.get_tags.outputs.data }}' > "tags.json"
33
jq -r '.[]' "versions.json" | while read VERSION; do
34
jq -r '.[] | (.ref | sub("refs/tags/php-"; "")) + " " + .object.sha' "tags.json" \
35
| grep -E "^${VERSION}\.[0-9]+ " \
0 commit comments