Skip to content

Commit 3db2b3d

Browse files
committed
update action
1 parent f376b99 commit 3db2b3d

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/embedcode.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,7 @@ jobs:
99
embed-me:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v4
13-
with:
14-
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token
15-
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo
16-
ref: refs/heads/${{ github.head_ref }}
12+
- uses: actions/checkout@v2
1713

1814
- name: Set up Node.js
1915
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)