Skip to content

Commit

Permalink
ci: fix ansible-core version detection
Browse files Browse the repository at this point in the history
  • Loading branch information
gotmax23 committed Dec 3, 2023
1 parent f97db1a commit 5ad1047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/commit-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
env:
data_path: "../ansible-build-data/${{ inputs.major-version }}/ansible-${{ inputs.version }}.deps"
run: |
version="$(grep '^_ansible_version:' "${data_path}" | awk '{ print $2 }')"
version="$(grep '^_ansible_core_version:' "${data_path}" | awk '{ print $2 }')"
echo "version=${version}" > "${GITHUB_OUTPUT}"
- name: Install deps
env:
Expand Down

0 comments on commit 5ad1047

Please sign in to comment.