Corrected some PR Action Code
This commit is contained in:
1
.github/workflows/pr_to_nightly.yml
vendored
1
.github/workflows/pr_to_nightly.yml
vendored
@@ -12,7 +12,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Run the Action
|
- name: Run the Action
|
||||||
if: startsWith(github.ref, 'refs/heads/feature')
|
|
||||||
uses: devops-infra/action-pull-request@v0.5.0
|
uses: devops-infra/action-pull-request@v0.5.0
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
Reference in New Issue
Block a user