Skip to content

Commit bc2ab2c

Browse files
committed
setup workdir
1 parent cc510de commit bc2ab2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
registry-url: 'https://registry.npmjs.org'
2222

2323
- name: Test Converts markdown text to HTML
24-
uses: ${{github.workspace}}/README.md
24+
uses: ${{ env.WORK_DIR }}/README.md
2525
with:
26-
source: ${{github.workspace}}/README.md
26+
source: ${{ env.WORK_DIR }}/README.md
2727
output: index.html
2828
style: 'body { margin: 0; }'
2929
github-corners: https://github.com/vsouza/awesome-ios

0 commit comments

Comments
 (0)