Skip to content

Commit

Permalink
copy error
Browse files Browse the repository at this point in the history
  • Loading branch information
mcascone authored Aug 9, 2024
1 parent 08caf8f commit 74b0014
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/envtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,13 @@ jobs:

post:
name: Post
runs-on: ${{ inputs.runs-on }}
timeout-minutes: ${{ inputs.timeout-minutes }}
runs-on: ubuntu-latest

# always runs, regardless of the outcome of any of the previous steps
if: always()

steps:
- name: Post
run: echo 'Post Steps, such as notifications, etc.'
run: |
echo 'Post Steps, such as notifications, etc.'
echo ::notify::I'm a post step!

0 comments on commit 74b0014

Please sign in to comment.