Skip to content

Commit

Permalink
test2
Browse files Browse the repository at this point in the history
  • Loading branch information
chyyuu-tsinghua-cs committed May 23, 2024
1 parent ec8c09b commit 1bf24e7
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/test-external.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ on:
jobs:
test-output:
steps:
-name: output
run: |
echo ${{ github.repository_owner }}
echo ${{ github.repository }}
- name: output
run: |
echo ${{ github.repository_owner }}
echo ${{ github.repository }}
test-external:
uses: sysones/rcore-tutorial-v3-with-hal-component/.github/workflows/test-run.yml@ch7
Expand All @@ -21,3 +21,4 @@ jobs:
CallerPackage: polyhal
CallerRepository: ${{ github.repository }}
CallerCommit: ${{ github.sha }}

0 comments on commit 1bf24e7

Please sign in to comment.