Skip to content
Snippets Groups Projects
Commit 4bc80594 authored by Tobias Leibner's avatar Tobias Leibner Committed by github-actions[bot]
Browse files

[github] fix autosquash action (uses main instead of master now)

parent 32ac5279
No related branches found
No related tags found
No related merge requests found
...@@ -10,6 +10,6 @@ jobs: ...@@ -10,6 +10,6 @@ jobs:
steps: steps:
- name: Block Autosquash Commits - name: Block Autosquash Commits
uses: xt0rted/block-autosquash-commits-action@master uses: xt0rted/block-autosquash-commits-action@main
with: with:
repo-token: ${{ secrets.GITHUB_TOKEN }} repo-token: ${{ secrets.GITHUB_TOKEN }}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment