From f1e73bfd0a76700388301d73b0cb6b1b5ffb1a12 Mon Sep 17 00:00:00 2001 From: hughrun Date: Mon, 1 Feb 2021 21:35:08 +0000 Subject: [PATCH 1/2] update contributors --- contributors.txt | 1 + website/sources/index.html | 1 + 2 files changed, 2 insertions(+) diff --git a/contributors.txt b/contributors.txt index 805d05d..6b01994 100644 --- a/contributors.txt +++ b/contributors.txt @@ -5,3 +5,4 @@ Andrew Kelly Hugh Rundle Sonya Lange Stephanie Schwarze +sallybaker diff --git a/website/sources/index.html b/website/sources/index.html index 22ddc4d..87b8cf9 100644 --- a/website/sources/index.html +++ b/website/sources/index.html @@ -40,6 +40,7 @@
  • Hugh Rundle
  • Sonya Lange
  • Stephanie Schwarze
  • +
  • sallybaker
  • Visualisation

    From a7ab8d399af55fb755c55cc687da517094bb13da Mon Sep 17 00:00:00 2001 From: Hugh Rundle Date: Tue, 2 Feb 2021 18:10:48 +1100 Subject: [PATCH 2/2] 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