Skip to content

Commit e8ccab8

Browse files
committed
Remove checkout step in action
1 parent 0dd8a22 commit e8ccab8

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/changerelease.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ jobs:
1010
sync:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v2
1413
- uses: dropseed/changerelease@master
1514
with:
1615
github_token: ${{ secrets.GITHUB_TOKEN }}

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
sync:
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v2
2322
- uses: dropseed/changerelease@v1
2423
with:
2524
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)