mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-29 14:22:59 +00:00
workflow fix
This commit is contained in:
parent
7b69b36a4f
commit
22ba040214
4
.github/workflows/publish-docs.yaml
vendored
4
.github/workflows/publish-docs.yaml
vendored
@ -12,7 +12,7 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
|
||||
|
||||
- name: "Set up Go"
|
||||
uses: actions/setup-go@v3
|
||||
with:
|
||||
@ -44,4 +44,4 @@ jobs:
|
||||
uses: ad-m/github-push-action@master
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
branch: ${{ github.ref }}
|
||||
branch: ${{ github.head_ref }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user