Skip to content

Commit

Permalink
Avoid issue with two @ on github actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
llrs-roche committed Nov 13, 2024
1 parent 4b53c28 commit 69ac901
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,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@dependency_resolution@main
uses: insightsengineering/r.pkg.template/.github/workflows/build-check-install.yaml@dependency_resolution*
secrets:
REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}
with:
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
insightsengineering/teal.widgets
r-cmd-non-cran:
name: R CMD Check (non-CRAN) 🧬
uses: insightsengineering/r.pkg.template/.github/workflows/build-check-install.yaml@dependency_resolution@main
uses: insightsengineering/r.pkg.template/.github/workflows/build-check-install.yaml@dependency_resolution*
secrets:
REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit 69ac901

Please sign in to comment.