File tree 2 files changed +4
-24
lines changed
2 files changed +4
-24
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -28,14 +28,14 @@ jobs:
28
28
run : |
29
29
git fetch origin "$BRANCH" --depth=1
30
30
git checkout "origin/$BRANCH"
31
- .github/workflows/script/update-node-modules.sh update
31
+ npm ci
32
+ npm run build
32
33
if [ ! -z "$(git status --porcelain)" ]; then
33
34
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
34
35
git config --global user.name "github-actions[bot]"
35
- git add node_modules
36
- git commit -am "Update checked-in dependencies"
36
+ git commit -am "Update action bundles"
37
37
git push origin "HEAD:$BRANCH"
38
- echo "Pushed a commit to update the checked-in dependencies ." \
38
+ echo "Pushed a commit to update the checked-in action bundles ." \
39
39
"Please mark the PR as ready for review to trigger PR checks." |
40
40
gh pr comment --body-file - --repo github/codeql-action "${{ github.event.pull_request.number }}"
41
41
gh pr ready --undo --repo github/codeql-action "${{ github.event.pull_request.number }}"
You can’t perform that action at this time.
0 commit comments