Skip to content

Commit

Permalink
ci: fix incorrect variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Silverlan authored Mar 17, 2024
1 parent cb4b0ce commit 4d5d63e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github_actions/get_module_info/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ runs:
filepath=${{ inputs.filepath }}
remFile=0
if [ -z "$filepath" ]; then
curl https://raw.githubusercontent.com/$GITHUB_REPOSITORY/$GITHUB_REF_NAME/.github/pragma_module_info.json -o pragma_module_info.json
curl https://raw.githubusercontent.com/${{ github.repository }}/${{ github.ref_name }}/.github/pragma_module_info.json -o pragma_module_info.json
filepath="pragma_module_info.json"
remFile=1
Expand Down

0 comments on commit 4d5d63e

Please sign in to comment.