Skip to content

Commit 46df396

Browse files
DEBUG: PR with clangrt 4
1 parent 840c993 commit 46df396

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/build_clangrt_builtins.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
needs: merge
6060
runs-on: ubuntu-latest
6161
name: "Pull Request Create"
62-
# if: ${{ success() && inputs.create_pr }}
62+
if: ${{ success() && inputs.create_pr }}
6363
continue-on-error: true
6464
steps:
6565
- name: Clone repository
@@ -76,6 +76,12 @@ jobs:
7676
name: arch
7777

7878
- name: Print matrix
79+
env:
80+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7981
run: |
8082
ls -l
8183
git status
84+
git switch --create sdk_libs_update
85+
git add arch/${{ matrix.target.se }}/lib
86+
git status
87+
gh pr create -B ${{ inputs.target_sdk_branch }} --title '[SDK_LIBS_UPDATE] Updating static SDK libraries' --body 'Created by Github action'

0 commit comments

Comments
 (0)