We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62122df commit 53066ffCopy full SHA for 53066ff
.github/workflows/build.yml
@@ -14,17 +14,14 @@ jobs:
14
- uses: actions/setup-node@v1
15
with:
16
node-version: 14
17
- - name: script
18
- run: tests/img-switch.sh
19
- shell: bash
20
- run: npm i
21
- run: npm run build
22
- name: Commit files
23
run: |
24
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
25
git config --local user.name "github-actions[bot]"
26
git add .
27
- git commit -m "build" -a
+ git commit -m "ci(build): compile and deploy" -a
28
- name: Push changes
29
uses: ad-m/github-push-action@master
30
0 commit comments