From 7ec7df17f5fc916d2c3cb495feaab1faa0135364 Mon Sep 17 00:00:00 2001 From: Adam R <13562139+catenocrypt@users.noreply.github.com> Date: Mon, 22 Feb 2021 17:32:09 +0100 Subject: [PATCH] Adjust History update build (#5659) Co-authored-by: Catenocrypt --- .github/workflows/history.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/history.yml b/.github/workflows/history.yml index f20abfb90..65979902a 100644 --- a/.github/workflows/history.yml +++ b/.github/workflows/history.yml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v2 with: token: ${{ secrets.COMMIT_TOKEN }} - ref: master + ref: ${{ github.ref }} fetch-depth: 0 - uses: actions/setup-node@v1 with: