Skip to content

Commit

Permalink
Fix branch for check workflow
Browse files Browse the repository at this point in the history
Use the `main` branch instead of a specific branch
  • Loading branch information
cicdguy authored Dec 8, 2023
1 parent 1212d38 commit cb80884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: insightsengineering/r.pkg.template/.github/workflows/audit.yaml@main
r-cmd:
name: R CMD Check 🧬
uses: insightsengineering/r.pkg.template/.github/workflows/build-check-install.yaml@show-mmrm-log
uses: insightsengineering/r.pkg.template/.github/workflows/build-check-install.yaml@main
secrets:
REPO_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
coverage:
Expand Down

0 comments on commit cb80884

Please sign in to comment.