Skip to content

Commit

Permalink
Simplified names of parameters for workflow_call
Browse files Browse the repository at this point in the history
  • Loading branch information
Azure-stars committed Oct 19, 2024
1 parent ef7cdc7 commit 15a280c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/external.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ jobs:
uses: arceos-org/arceos/.github/workflows/build.yml@external_test
with:
# The package name that need to be tested
CallerPackage: memory_addr
package: memory_addr

external-test-memory_set:
uses: arceos-org/arceos/.github/workflows/test.yml@external_test
with:
# The package name that need to be tested
CallerPackage: memory_addr
package: memory_addr

0 comments on commit 15a280c

Please sign in to comment.