Skip to content

Commit

Permalink
Shorter busywork
Browse files Browse the repository at this point in the history
  • Loading branch information
ssaunier committed Feb 16, 2023
1 parent cdfa600 commit 58ae29f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wait-on-me.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
delay_seconds:
description: "Time to delay"
required: false
default: "120"
default: "60"
push:

jobs:
Expand All @@ -18,7 +18,7 @@ jobs:
run: echo "$GITHUB_CONTEXT"
- name: Do some busywork
env:
default_delay: "120"
default_delay: "60"
input_delay: ${{ github.event.inputs.delay_seconds }}
run: |
[ "$input_delay" ] && sleep_for="$input_delay" || sleep_for="$default_delay"
Expand Down

0 comments on commit 58ae29f

Please sign in to comment.