Skip to content

Commit

Permalink
trying syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmccallister committed Dec 2, 2024
1 parent 47f1775 commit 8c905dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag-versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
PHP_VERSION: ${{ env.PHP_VERSION }}
IMAGE: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.PHP_VERSION }}
run: |
echo "actual_version=${$(docker run --rm --entrypoint sh ${IMAGE} -c 'php -v | head -n 1 | cut -d " " -f 2')}" >> "$GITHUB_OUTPUT"
echo "actual_version=$(docker run --rm --entrypoint sh ${IMAGE} -c 'php -v | head -n 1 | cut -d " " -f 2')\n" >> "$GITHUB_OUTPUT"
- name: Set up PHP version
id: set_php_version
env:
Expand Down

0 comments on commit 8c905dc

Please sign in to comment.