Skip to content

Commit 7b09ac5

Browse files
authored
Update test-action.yml
1 parent b1bccc7 commit 7b09ac5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- name: Build Blink Example
3333
id: build
34-
uses: ./
34+
uses: samyarsadat/Pico-Build-Action@v1
3535
with:
3636
source_dir: "test_program"
3737
output_dir: "build"
@@ -43,4 +43,4 @@ jobs:
4343
with:
4444
name: workspace_artifacts
4545
path: ${{steps.build.outputs.output_dir}}
46-
if-no-files-found: error
46+
if-no-files-found: error

0 commit comments

Comments
 (0)