Skip to content

Commit

Permalink
Update devtoolsBuilder.yml
Browse files Browse the repository at this point in the history
test

Signed-off-by: KamiYeung <1005935991@qq.com>
  • Loading branch information
YeungHoiChiu authored Jun 13, 2024
1 parent 33c87ee commit 60466fc
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/devtoolsBuilder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
# Copy built files
rsync -a ./devtools-frontend/out/Default/gen/front_end ./public/front_end
# Create index.html
cp ./public/devtools_app.html ./public/front_end/index.html
cp ./public/front_end/devtools_app.html ./public/front_end/index.html
# Create commit info with latest devtools-frontend commit
current_date=$(date +"%d-%m-%Y")
latest_commit_full=$(git ls-remote https://chromium.googlesource.com/devtools/devtools-frontend.git HEAD | cut -f 1)
Expand All @@ -73,3 +73,9 @@ jobs:
branch-suffix: timestamp
add-paths: |
public/front_end
- name: Merge PR
uses: peter-evans/enable-pull-request-automerge@v3
with:
pull-request-number: ${{ steps.create_pr.outputs.pull-request-number }}
merge-method: squash
token: ${{ secrets.PAT }}

0 comments on commit 60466fc

Please sign in to comment.