Skip to content

Commit bcc6683

Browse files
committed
Fixing test for outputs
1 parent edb7069 commit bcc6683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
encodedString: ${{ secrets.SOME_ENCODED_STRING }} # SGVsbG8sIFdvcmxkIQ==
2020
- name: Echo file
2121
run: |
22-
echo ${{ steps.write_file.filePath }}
22+
echo ${{ steps.write_file.outputs.filePath }}

0 commit comments

Comments
 (0)