We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 601f644 commit 7839653Copy full SHA for 7839653
.github/workflows/deploy.yml
@@ -29,7 +29,7 @@ jobs:
29
with:
30
submodules: 'recursive'
31
- name: Install Effekt dependencies
32
- uses: effekt-lang/effekt/.github/actions/setup-effekt@master
+ uses: effekt-lang/effekt/.github/actions/setup-effekt@main
33
- name: Install other dependencies
34
run: sudo apt-get install jq gzip
35
- name: Checkout given commit
@@ -40,7 +40,7 @@ jobs:
40
- name: Checkout most recent commit
41
if: "${{ github.event.inputs.effekt_commit == '' }}"
42
run: |
43
- git -C effekt/ checkout master
+ git -C effekt/ checkout main
44
git -C effekt/ pull
45
- name: Install Effekt
46
run: cd effekt/ && sbt install
0 commit comments