Skip to content

Commit

Permalink
Use main branch as the target branch for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
liyocee committed Aug 31, 2021
1 parent 918c1d4 commit fa75741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/signup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: actions/checkout@v1

- name: Comment on the PR with a signup form link
uses: thollander/actions-comment-pull-request@master
uses: thollander/actions-comment-pull-request@main
with:
message: 'Thanks for creating this PR. Please submit your details on [this form](${{ secrets.SIGNUP_FORM }})'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit fa75741

Please sign in to comment.