Skip to content

Update sync_with_internal.yml #4

Update sync_with_internal.yml

Update sync_with_internal.yml #4

name: Sync with external develop
on:
workflow_dispatch:
push:
branches:
- develop
jobs:
call-workflow-passing-data:
if: ${{ github.repository == 'pbhandar-amd/rocm-install-on-linux-internal' }}
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_external.yml

View workflow run for this annotation

GitHub Actions / Sync with external develop

Invalid workflow file

The workflow is not valid. .github/workflows/sync_with_external.yml (Line: 13, Col: 11): Input env-name is required, but not provided while calling.
with:
source-repo: pbhandar-amd/rocm-install-on-linux-internal
source-branch: develop
target-repo: pbhandar-amd/rocm-install-on-linux
target-branch: develop
secrets:
github-token: ${{ secrets.GH_TOKEN }}