Skip to content

Commit

Permalink
rename master branch to main
Browse files Browse the repository at this point in the history
  • Loading branch information
igagis authored Nov 17, 2024
1 parent 30b6540 commit 0d357e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
apt update
apt install --assume-yes git
- name: checkout repo
uses: myci-actions/checkout@master
uses: myci-actions/checkout@main
with:
submodules: true
- name: check
Expand All @@ -31,7 +31,7 @@ jobs:
runs-on: macos-latest
steps:
- name: checkout repo
uses: myci-actions/checkout@master
uses: myci-actions/checkout@main
- name: check
run: |
[ -f "action.yml" ] &&
Expand Down

0 comments on commit 0d357e1

Please sign in to comment.