Skip to content

feat: add bioc sync job #471

feat: add bioc sync job

feat: add bioc sync job #471

Workflow file for this run

# 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: main
on:
pull_request:
types: [opened, reopened, closed, synchronize]
jobs:
trigger_tests:
uses: gdrplatform/gDRstyle/.github/workflows/main.yml@main
with:
USERNAME: ${{ github.actor }}
PACKAGE_NAME: ${{ github.event.repository.name }}
BRANCH_NAME: ${{ github.head_ref }}
COMMIT_HASH: ${{ github.sha }}
COMMIT_MSG: ${{ github.event.head_commit.message }}
secrets: inherit
trigger_bioc_sync:
uses: gdrplatform/gDRstyle/.github/workflows/bioc-sync.yml@main

Check failure on line 26 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

error parsing called workflow ".github/workflows/main.yml" -> "gdrplatform/gDRstyle/.github/workflows/bioc-sync.yml@main" : failed to fetch workflow: workflow was not found.
with:
PACKAGE_NAME: ${{ github.event.repository.name }}
DEFAULT_BRANCH: master
secrets: inherit