Skip to content

Commit 6f56274

Browse files
build: remove ref handling from workflow files for improved compatibility
1 parent 231cab0 commit 6f56274

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/rust-minimal.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ jobs:
3939
with:
4040
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token
4141
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo
42-
ref: ${{ github.head_ref || github.ref_name }}
4342

4443
- uses: technology-studio-forks/markdown-embed-code@main
4544
with:

.github/workflows/rust-stable.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ jobs:
3939
with:
4040
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token
4141
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo
42-
ref: ${{ github.head_ref || github.ref_name }}
4342

4443
- uses: technology-studio-forks/markdown-embed-code@main
4544
with:

0 commit comments

Comments
 (0)