Skip to content

Commit a48ff20

Browse files
authored
ci: refactor ci update scheduler
1 parent fd12ca5 commit a48ff20

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/ci-automated-check-environment.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Node
1818
uses: actions/setup-node@v2
1919
with:
20-
node-version: 14
20+
node-version: 16
2121
- name: Cache Node.js modules
2222
uses: actions/cache@v2
2323
with:
@@ -39,7 +39,7 @@ jobs:
3939
uses: actions/checkout@v2
4040
- name: Compose branch name for PR
4141
id: branch
42-
run: echo "::set-output name=name::ci-bump-environment-${{ github.run_id }}${{ github.run_number }}"
42+
run: echo "::set-output name=name::ci-bump-environment"
4343
- name: Create branch
4444
run: |
4545
git config --global user.email ${{ github.actor }}@users.noreply.github.com
@@ -55,6 +55,9 @@ jobs:
5555
pr_source: ${{ steps.branch.outputs.name }}
5656
pr_labels: type:ci
5757
pr_body: |
58-
# Outdated CI environment
58+
## Outdated CI environment
59+
5960
This pull request was created, because the CI environment uses frameworks that are not up-to-date.
60-
### ⚠️ You must use `Squash and merge` to merge this pull request.
61+
You can see which frameworks need to be upgraded in the [logs](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}).
62+
63+
*⚠️ Use `Squash and merge` to merge this pull request.*

0 commit comments

Comments
 (0)