Skip to content

Commit

Permalink
automatic-rebase: Refer to the action by repository and tag
Browse files Browse the repository at this point in the history
This is to align with the other used actions. As a side note, version
1.5 includes the fix for cirrus-actions/rebase#78.

Signed-off-by: Sebastian Schuberth <sebastian.schuberth@bosch.io>
  • Loading branch information
sschuberth committed May 16, 2021
1 parent 32c400a commit dd524fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/automatic-rebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
with:
fetch-depth: 0
- name: Rebase Branch
uses: docker://cirrusactions/rebase:latest
uses: cirrus-actions/rebase@1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit dd524fb

Please sign in to comment.