Skip to content

Commit

Permalink
Update weather-fail.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kitallis authored Aug 21, 2023
1 parent e83232c commit af2fcb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/weather-fail.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: |
value=`ansiweather -l London,GB -f 3 > weather.txt`
echo The result is $value
exit 1
exit 0
- name: Upload weather file
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit af2fcb2

Please sign in to comment.