From 5c944a4598dba30f8bafa00bf7fdd9668f611976 Mon Sep 17 00:00:00 2001 From: MaicolBen Date: Wed, 20 Nov 2019 13:42:05 -0300 Subject: [PATCH] Fix github action reference --- .github/workflows/autosquash.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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