Skip to content

Commit b8ff563

Browse files
committed
Fix action workflow
1 parent 1c15651 commit b8ff563

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/samples.yaml

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

2323
- name: Check Python samples
2424
env:
25-
NEW_FILES: ${{ steps.changed_files.outputs.all_changed_files }}
25+
NEW_FILES: ${{ steps.changed_files.outputs.all_added_files }}
2626
run: |
2727
#!/bin/bash
2828
@@ -50,7 +50,7 @@ jobs:
5050

5151
- name: Check REST samples
5252
env:
53-
NEW_FILES: ${{ steps.changed_files.outputs.all_changed_files }}
53+
NEW_FILES: ${{ steps.changed_files.outputs.all_added_files }}
5454
run: |
5555
#!/bin/bash
5656

0 commit comments

Comments
 (0)