mirror of
https://github.com/kou029w/_.git
synced 2025-01-31 06:18:07 +00:00
use correct refspec
This commit is contained in:
parent
607cb9f786
commit
5579392ecb
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
|
@ -21,4 +21,4 @@ jobs:
|
||||||
env:
|
env:
|
||||||
NAME: octocat
|
NAME: octocat
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- run: git push github "${GITHUB_REF}"
|
- run: git push github HEAD
|
||||||
|
|
Loading…
Add table
Reference in a new issue