Skip to content

Commit

Permalink
replace master with main
Browse files Browse the repository at this point in the history
  • Loading branch information
ceceppa committed Oct 26, 2023
1 parent acccc62 commit 209aaf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/checkout@v2

- name: Docker test
uses: ceceppa/godot-gut-ci@master
uses: ceceppa/godot-gut-ci@main
```
### GUT parameters
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Docker test
uses: ceceppa/godot-gut-ci@master
uses: ceceppa/godot-gut-ci@main
with:
godot_version: 3.2.1 # uses godot 3.2.1
gut_params: -gdir=res://tests -gsuffix=.test.gd -gprefix=
Expand Down

0 comments on commit 209aaf4

Please sign in to comment.