diff --git a/.github/workflows/autosquash.yml b/.github/workflows/autosquash.yml index 199f182..35657b4 100644 --- a/.github/workflows/autosquash.yml +++ b/.github/workflows/autosquash.yml @@ -27,7 +27,7 @@ jobs: name: Autosquash runs-on: ubuntu-18.04 steps: - - uses: hinthealth/autosquash + - uses: hinthealth/autosquash@master with: # We can't use the built-in secrets.GITHUB_TOKEN yet because of this limitation: # https://github.community/t5/GitHub-Actions/Triggering-a-new-workflow-from-another-workflow/td-p/31676