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 e4f4ca8 commit 95b2f29
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/_called-wf-sha/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ runs:
shell: bash
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 "caller-sha=$sha" >> $GITHUB_OUTPUT
echo "caller-sha=$sha"

0 comments on commit 95b2f29

Please sign in to comment.