Skip to content

Sync with internal develop #10

Sync with internal develop

Sync with internal develop #10

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 / Sync with internal develop

Invalid workflow file

The workflow is not valid. .github/workflows/sync_with_internal.yml (Line: 13, Col: 11): Input env-name is required, but not provided while calling.
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 }}