Update update-topo-on-info-pr.yml
remove `head_ref` reference from actions/checkout to resolve error (see https://github.com/actions/checkout/issues/275)
This commit is contained in:
parent
f1e73bfd0a
commit
a7ab8d399a
4
.github/workflows/update-topo-on-info-pr.yml
vendored
4
.github/workflows/update-topo-on-info-pr.yml
vendored
|
@ -13,8 +13,6 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
|
||||||
ref: ${{ github.head_ref }}
|
|
||||||
|
|
||||||
- uses: christianvuerings/add-labels@v1
|
- uses: christianvuerings/add-labels@v1
|
||||||
with:
|
with:
|
||||||
|
@ -30,4 +28,4 @@ jobs:
|
||||||
|
|
||||||
- uses: stefanzweifel/git-auto-commit-action@v4
|
- uses: stefanzweifel/git-auto-commit-action@v4
|
||||||
with:
|
with:
|
||||||
commit_message: merge csv data to topo
|
commit_message: merge csv data to topo
|
||||||
|
|
Loading…
Reference in a new issue