We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d1e78a commit 74c49eaCopy full SHA for 74c49ea
.github/workflows/build_clangrt_builtins.yml
@@ -89,4 +89,4 @@ jobs:
89
git add -A .
90
git commit -m 'Updating static SDK libraries'
91
git push -u origin ${{ env.UPDATE_BRANCH }}
92
- gh pr create -B ${{ inputs.target_sdk_branch }} --title '[SDK_LIBS_UPDATE] Updating static SDK libraries' --body 'Created by Github action'
+ gh pr create -B ${{ inputs.target_sdk_branch }} --title '[SDK_LIBS_UPDATE] Updating static SDK libraries' --body 'Created by Github ${{ github.workflow }}, job ${{ github.job }}, action ${{ github.action }}, run ${{ github.run_id }}'
0 commit comments