Skip to content

Commit

Permalink
Update explore_actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sapa96 authored Sep 23, 2024
1 parent 5d8d0db commit b82b8a4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/explore_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,8 @@ jobs:
echo Add other actions to build,
echo test, and deploy your project.
# Introduce a step to simulate an error
- name: Simulate a failure
run: exit 1
continue-on-error: true

# Handle the error message based on the previous step
- name: Error message on failure
if: failure() # Only runs if the previous step fails
run: echo "::error The previous step failed. Please check your build process."

# Always display a message on completion
Expand Down

0 comments on commit b82b8a4

Please sign in to comment.