We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f376b99 commit 3db2b3dCopy full SHA for 3db2b3d
1 file changed
.github/workflows/embedcode.yml
@@ -9,11 +9,7 @@ jobs:
9
embed-me:
10
runs-on: ubuntu-latest
11
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 }}
+ - uses: actions/checkout@v2
17
18
- name: Set up Node.js
19
uses: actions/setup-node@v4
0 commit comments