Skip to content

Commit

Permalink
📝 Switch actions/checkout from master to main in README.md (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
rasa authored May 5, 2024
1 parent 899c636 commit 5bc1f01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,15 @@ name: Sync Files
on:
push:
branches:
- main
- master
workflow_dispatch:
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@master
uses: actions/checkout@main
- name: Run GitHub File Sync
uses: BetaHuhn/repo-file-sync-action@v1
with:
Expand Down

0 comments on commit 5bc1f01

Please sign in to comment.