Skip to content
name: TestExternal
on:
workflow_dispatch:
push:
pull_request:
jobs:
test-output:
runs-on: ubuntu-latest
steps:
- name: output
run: |
echo ${{ github.repository_owner }}
echo ${{ github.repository }}
test-external-rcore-ch7:

Check failure on line 17 in .github/workflows/test-external.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/test-external.yaml

Invalid workflow file

You have an error in your yaml syntax on line 17
if: github.repository_owner == 'sysones'
- uses: sysones/rcore-tutorial-v3-with-hal-component/.github/workflows/test-run.yml@ch7
with:
# The directory to Top test, which need to be empty or not exist in this repository
TopTestDirectory: RcoreTest
CallerPackage: polyhal
CallerRepository: ${{ github.repository }}
CallerCommit: ${{ github.sha }}
test-external-rcore-ch6:
if: github.repository_owner == 'sysones'
- uses: sysones/rcore-tutorial-v3-with-hal-component/.github/workflows/test-run.yml@ch7
with:
# The directory to Top test, which need to be empty or not exist in this repository
TopTestDirectory: RcoreTest
CallerPackage: polyhal
CallerRepository: ${{ github.repository }}
CallerCommit: ${{ github.sha }}