mirror of
https://github.com/italicsjenga/actions-test.git
synced 2025-01-03 22:11:42 +11:00
df
This commit is contained in:
parent
f601d2c698
commit
83026886ac
2
.github/workflows/merge.yml
vendored
2
.github/workflows/merge.yml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
ref: ${{ github.event.pull_request.head.sha }}
|
ref: main
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
# fetch-tags: true
|
# fetch-tags: true
|
||||||
# fetch-depth: 0
|
# fetch-depth: 0
|
||||||
|
|
Loading…
Reference in a new issue