We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e228024 commit 74f88e0Copy full SHA for 74f88e0
.github/workflows/argus-build.yml
@@ -11,7 +11,7 @@ name: Build Verification
11
12
jobs:
13
checks:
14
- uses: ./.github/workflows/build.yml@5b631423b2b4a90ee887956bf9f6a541edea234a
+ uses: ./.github/workflows/build.yml
15
with:
16
crate-name: argus
17
crate-path: boards/argus
.github/workflows/phoenix-build.yml
@@ -10,7 +10,7 @@ name: Build Verification
10
- uses: ./.github/workflow/build.yml@5b631423b2b4a90ee887956bf9f6a541edea234a
+ uses: ./.github/workflow/build.yml
crate-name: phoenix
crate-path: boards/phoenix
0 commit comments