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 0796ed7Copy full SHA for 0796ed7
.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 workflow "${{ github.workflow }}", job "${{ github.job }}", run "${{ github.run_id }}".'
0 commit comments