Skip to content

Commit b643b43

Browse files
authored
return to using fake-useragent from pypi (#101)
Signed-off-by: vsoch <[email protected]>
1 parent 816b328 commit b643b43

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ jobs:
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

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/urlstechie/urlchecker:0.0.33
1+
FROM ghcr.io/urlstechie/urlchecker:0.0.34
22
COPY entrypoint.sh /entrypoint.sh
33
WORKDIR /github/workspace
44
ENTRYPOINT ["/bin/bash", "/entrypoint.sh"]

0 commit comments

Comments
 (0)