Skip to content

Commit

Permalink
[Sync] Debug outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyholm committed Feb 7, 2024
1 parent fc29627 commit 0e0700a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/sync-sf-translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ jobs:
- name: Get lowest version
id: version
run: |
set -x
version=$(curl -s https://symfony.com/releases.json | jq -r '.supported_versions[0]')
echo $version
echo "{lowest_branch}={$version}" >> $GITHUB_OUTPUT
echo "{lowest_branch}={$version}"
Expand All @@ -42,6 +44,7 @@ jobs:
- name: Generate data files
id: generate_data
run: |
set -x
version=${{ steps.version.outputs.lowest_branch }}
echo $version
git checkout $version
Expand Down

0 comments on commit 0e0700a

Please sign in to comment.