Skip to content

Commit

Permalink
Set exit code if a scrape fails
Browse files Browse the repository at this point in the history
  • Loading branch information
RealOrangeOne committed Jan 19, 2025
1 parent 4cadfa0 commit 76a07c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scrape.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
USERNAME: ${{ secrets.VPS_DEPLOY_USER }}
PORT: ${{ secrets.VPS_SSH_PORT }}
KEY: ${{ secrets.VPS_SSHKEY }}
script: cd ${{ secrets.VPS_PROJECT_PATH }} && git fetch && git checkout main && git pull
script: cd ${{ secrets.VPS_PROJECT_PATH }} && git fetch && git checkout origin/main
- name: Build
uses: appleboy/ssh-action@master
with:
Expand Down

0 comments on commit 76a07c1

Please sign in to comment.