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:
|
||||
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
ref: ${{ github.head_ref }}
|
||||
|
||||
- uses: christianvuerings/add-labels@v1
|
||||
with:
|
||||
|
@ -30,4 +28,4 @@ jobs:
|
|||
|
||||
- uses: stefanzweifel/git-auto-commit-action@v4
|
||||
with:
|
||||
commit_message: merge csv data to topo
|
||||
commit_message: merge csv data to topo
|
||||
|
|
Loading…
Reference in a new issue