build: update GA pgkdown workflow #38
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This workflow uses actions that are not certified by GitHub. | ||
# They are provided by a third-party and are governed by | ||
# separate terms of service, privacy policy, and support | ||
# documentation. | ||
# | ||
# See https://github.com/r-lib/actions/tree/master/examples#readme for | ||
# additional example workflows available for the R community. | ||
name: pkgdown | ||
on: | ||
push: | ||
branches: [main, master, GDR-2371, test_ci_pkgdown] | ||
jobs: | ||
trigger_pkgdown: | ||
uses: gdrplatform/gDRstyle/.github/workflows/pkgdown.yml@GDR-2371_2 | ||
Check failure on line 17 in .github/workflows/pkgdown.yaml GitHub Actions / .github/workflows/pkgdown.yamlInvalid workflow file
|
||
with: | ||
USERNAME: ${{ github.actor }} | ||
PACKAGE_NAME: ${{ github.event.repository.name }} | ||
BRANCH_NAME: ${{ github.head_ref }} | ||
DEFAULT_BRANCH: master | ||
secrets: inherit |