Skip to content

Commit

Permalink
Specify main branch rather than master for actions checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
pauljohanneskraft committed Jun 18, 2024
1 parent 18eab64 commit ec0da7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
contents: read
clonefirebase:
name: Check out ENGAGE-HF-Firebase
uses: actions/checkout@master
uses: actions/checkout@main
with:
repository: StanfordBDHG/ENGAGE-HF-Firebase
ref: cloud-functions
Expand Down

0 comments on commit ec0da7a

Please sign in to comment.