Skip to content

Commit 048cb71

Browse files
committed
master -> main
1 parent 1fbe5d3 commit 048cb71

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Setup PureScript Action
22

3-
[![Integration](https://github.com/thomashoneyman/setup-purescript/workflows/Integration/badge.svg?branch=master)](https://github.com/thomashoneyman/setup-purescript/actions?query=workflow%3AIntegration+branch%3Amaster) [![Sync Versions](https://github.com/thomashoneyman/setup-purescript/workflows/Sync%20Versions/badge.svg?branch=master)](https://github.com/thomashoneyman/setup-purescript/actions?query=workflow%3A"Sync+Versions"+branch%3Amaster)
3+
[![Integration](https://github.com/thomashoneyman/setup-purescript/workflows/Integration/badge.svg?branch=main)](https://github.com/thomashoneyman/setup-purescript/actions?query=workflow%3AIntegration+branch%3Amain) [![Sync Versions](https://github.com/thomashoneyman/setup-purescript/workflows/Sync%20Versions/badge.svg?branch=main)](https://github.com/thomashoneyman/setup-purescript/actions?query=workflow%3A"Sync+Versions"+branch%3Amain)
44

55
A GitHub Action which sets up a PureScript toolchain for CI. Contains the following tools by default:
66

@@ -27,7 +27,7 @@ Use the PureScript toolchain with the latest versions of PureScript and Spago:
2727
```yaml
2828
steps:
2929
- uses: actions/checkout@v2
30-
- uses: thomashoneyman/setup-purescript@master
30+
- uses: thomashoneyman/setup-purescript@main
3131
- run: spago build
3232
```
3333
@@ -40,7 +40,7 @@ Each tool can accept a semantic version (only exact versions currently supported
4040
```yaml
4141
steps:
4242
- uses: actions/checkout@v2
43-
- uses: thomashoneyman/setup-purescript@master
43+
- uses: thomashoneyman/setup-purescript@main
4444
with:
4545
purescript: "0.13.8"
4646
spago: "0.15.3"

0 commit comments

Comments
 (0)