Skip to content

Commit e29ec44

Browse files
committed
Try again
1 parent e3b05c4 commit e29ec44

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .github/workflows/npm-grunt.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212

1313
steps:
1414
- uses: actions/checkout@v4
15+
with:
16+
fetch-depth: 0
1517
- uses: actions/setup-node@v4
1618
with:
1719
node-version: 18
@@ -25,6 +27,5 @@ jobs:
2527
run: |
2628
git config user.name github-actions
2729
git config user.email [email protected]
28-
git checkout ${{ github.event.pull_request.base.ref || github.head_ref || github.ref_name }}
2930
git commit -a -m "Committed by GitHub Actions [ci skip]"
3031
git push

0 commit comments

Comments
 (0)