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: