From a7ab8d399af55fb755c55cc687da517094bb13da Mon Sep 17 00:00:00 2001 From: Hugh Rundle Date: Tue, 2 Feb 2021 18:10:48 +1100 Subject: [PATCH] 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) --- .github/workflows/update-topo-on-info-pr.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/update-topo-on-info-pr.yml b/.github/workflows/update-topo-on-info-pr.yml index 5b932ac..c28d029 100644 --- a/.github/workflows/update-topo-on-info-pr.yml +++ b/.github/workflows/update-topo-on-info-pr.yml @@ -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 \ No newline at end of file + commit_message: merge csv data to topo