Skip to content

Sync with internal develop #9

Sync with internal develop

Sync with internal develop #9

name: Sync with internal develop
on:
workflow_dispatch:
push:
branches:
- develop
jobs:
call-workflow-passing-data:
if: ${{ github.repository == 'pbhandar-amd/rocm-install-on-linux' }}
name: Sync
uses: pbhandar-amd/rocm-docs-core/.github/workflows/merge_ff_only.yml@develop

Check failure on line 13 in .github/workflows/sync_with_internal.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/sync_with_internal.yml

Invalid workflow file

error parsing called workflow ".github/workflows/sync_with_internal.yml" -> "pbhandar-amd/rocm-docs-core/.github/workflows/merge_ff_only.yml@develop" (source branch with sha:b0b1d02678e9995ba623efe5bc3de0dd95afa176) : workflow is not reusable as it is missing a `on.workflow_call` trigger
with:
source-repo: pbhandar-amd/rocm-install-on-linux
source-branch: develop
target-repo: pbhandar-amd/rocm-install-on-linux-internal
target-branch: develop
secrets:
github-token: ${{ secrets.GH_TOKEN }}