From 808d40a326db6de72a2d9cd2a555e5778b6124af Mon Sep 17 00:00:00 2001 From: Catenocrypt Date: Mon, 22 Feb 2021 17:14:51 +0100 Subject: [PATCH] History build fix, master branch --- .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 25911e0f1..ea0c85903 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: ${{ github.ref }} + ref: master - uses: actions/setup-node@v1 with: node-version: 12