Skip to content

Commit

Permalink
ci: fix incorrect path due to variable typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gotmax23 committed Dec 3, 2023
1 parent e8de1c3 commit f97db1a
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 @@ -52,7 +52,7 @@ jobs:
- name: Get ansible-core version
id: ansible-core
env:
data_path: "../ansible-build-data/${{ inputs.major_version }}/ansible-${{ inputs.version }}.deps"
data_path: "../ansible-build-data/${{ inputs.major-version }}/ansible-${{ inputs.version }}.deps"
run: |
version="$(grep '^_ansible_version:' "${data_path}" | awk '{ print $2 }')"
echo "version=${version}" > "${GITHUB_OUTPUT}"
Expand Down

0 comments on commit f97db1a

Please sign in to comment.