Skip to content

Commit

Permalink
test v4
Browse files Browse the repository at this point in the history
  • Loading branch information
awownysz-splunk committed Dec 14, 2023
1 parent 76710bd commit 27ef73b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/_called-wf-sha/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ runs:
run: |
sha=$(curl -L -H "Accept: application/vnd.github+json" -H "Authorization: Bearer ${{ inputs.GH_TOKEN_ADMIN }}" -H "X-GitHub-Api-Version: 2022-11-28" https://api.github.com/repos/splunk/addonfactory-workflow-addon-release/actions/runs/${{ github.run_id }} | jq -r '.referenced_workflows[0] | .sha')
echo "caller-sha=$sha" >> $GITHUB_OUTPUT
echo $(curl -L -H "Accept: application/vnd.github+json" -H "Authorization: Bearer ${{ inputs.GH_TOKEN_ADMIN }}" -H "X-GitHub-Api-Version: 2022-11-28" https://api.github.com/repos/splunk/addonfactory-workflow-addon-release/actions/runs/${{ github.run_id }})
echo $(curl -L -H "Accept: application/vnd.github+json" -H "Authorization: Bearer ${{ github.token }}" -H "X-GitHub-Api-Version: 2022-11-28" https://api.github.com/repos/splunk/addonfactory-workflow-addon-release/actions/runs/${{ github.run_id }})
echo "$sha"

0 comments on commit 27ef73b

Please sign in to comment.