We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3b05c4 commit e29ec44Copy full SHA for e29ec44
.github/workflows/npm-grunt.yml
@@ -12,6 +12,8 @@ jobs:
12
13
steps:
14
- uses: actions/checkout@v4
15
+ with:
16
+ fetch-depth: 0
17
- uses: actions/setup-node@v4
18
with:
19
node-version: 18
@@ -25,6 +27,5 @@ jobs:
25
27
run: |
26
28
git config user.name github-actions
29
git config user.email [email protected]
- git checkout ${{ github.event.pull_request.base.ref || github.head_ref || github.ref_name }}
30
git commit -a -m "Committed by GitHub Actions [ci skip]"
31
git push
0 commit comments