Skip to content

Commit

Permalink
return to using fake-useragent from pypi (#101)
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed Nov 15, 2022
1 parent 816b328 commit b643b43
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Test GitHub Action
uses: ./
with:
with:
git_path: https://github.com/urlstechie/urlchecker-test-repo
subfolder: test_action
file_types: .md,.py,.rst
Expand All @@ -21,17 +21,17 @@ jobs:

- name: Test UrlChecker Action with Save
uses: ./
with:
with:
git_path: https://github.com/urlstechie/urlchecker-test-repo
subfolder: test_action
file_types: .md
force_pass: true
save: "results.csv"
save: results.csv
- name: Check that results exist
run: cat results.csv
- name: Upload check results
if: success()
uses: actions/upload-artifact@v2-preview
uses: actions/upload-artifact@v3
with:
name: urlchecker-results
path: results.csv
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/urlstechie/urlchecker:0.0.33
FROM ghcr.io/urlstechie/urlchecker:0.0.34
COPY entrypoint.sh /entrypoint.sh
WORKDIR /github/workspace
ENTRYPOINT ["/bin/bash", "/entrypoint.sh"]

0 comments on commit b643b43

Please sign in to comment.