Skip to content

Commit b51f2bf

Browse files
committed
update to test action
1 parent d85d2f5 commit b51f2bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v2
1313
- name: Fetch data
14-
uses: ./dist
14+
uses: ./
1515
with:
1616
file: 'testfile.json'
1717
url: 'https://fake-movie-database-api.herokuapp.com/api?s=batman'

0 commit comments

Comments
 (0)