File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 66 runs-on : ubuntu-latest
77 steps :
88 - name : Checkout Actions Repository
9- uses : actions/checkout@v2
9+ uses : actions/checkout@v3
1010 - name : Test GitHub Action
1111 uses : ./
12- with :
12+ with :
1313 git_path : https://github.com/urlstechie/urlchecker-test-repo
1414 subfolder : test_action
1515 file_types : .md,.py,.rst
@@ -21,17 +21,17 @@ jobs:
2121
2222 - name : Test UrlChecker Action with Save
2323 uses : ./
24- with :
24+ with :
2525 git_path : https://github.com/urlstechie/urlchecker-test-repo
2626 subfolder : test_action
2727 file_types : .md
2828 force_pass : true
29- save : " results.csv"
29+ save : results.csv
3030 - name : Check that results exist
3131 run : cat results.csv
3232 - name : Upload check results
3333 if : success()
34- uses : actions/upload-artifact@v2-preview
34+ uses : actions/upload-artifact@v3
3535 with :
3636 name : urlchecker-results
3737 path : results.csv
Original file line number Diff line number Diff line change 1- FROM ghcr.io/urlstechie/urlchecker:0.0.33
1+ FROM ghcr.io/urlstechie/urlchecker:0.0.34
22COPY entrypoint.sh /entrypoint.sh
33WORKDIR /github/workspace
44ENTRYPOINT ["/bin/bash" , "/entrypoint.sh" ]
You can’t perform that action at this time.
0 commit comments