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:
Hugh Rundle 2021-02-02 18:10:48 +11:00 committed by GitHub
parent f1e73bfd0a
commit a7ab8d399a

View file

@ -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: