Skip to content

Commit

Permalink
Use gadenbuie/status/actions/status-update-rcmdcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
gadenbuie authored Dec 8, 2022
1 parent 424b5b4 commit 41051cf
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,8 @@ jobs:
with:
upload-snapshots: true

- name: "[Status] Update dashboard at gadenbuie/status"
uses: peter-evans/repository-dispatch@v1
if: |
(github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main') &&
matrix.config.os == 'ubuntu-latest' &&
matrix.config.r == 'release'
- name: Update status dashboard
uses: gadenbuie/status/actions/status-update-rcmdcheck@main
with:
token: ${{ secrets.GADENBUIE_STATUS }}
event-type: status-update
repository: gadenbuie/shrtcts
github-token-repo-scope: ${{ secrets.GADENBUIE_STATUS }}
status-repo: gadenbuie/status

0 comments on commit 41051cf

Please sign in to comment.