Sync with internal develop #10
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
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 GitHub Actions / Sync with internal developInvalid workflow file
|
||
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 }} | ||