Skip to content

Commit

Permalink
🔀 Merge pull request #9 from ShiriNmi1520/main
Browse files Browse the repository at this point in the history
📝 README
  • Loading branch information
lukecarr authored Aug 15, 2023
2 parents 1078c7b + edb1c86 commit 522f6f5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ on:
jobs:
check:
runs-on: ubuntu-latest
outputs:
changes: ${{ steps.nightly-check.outputs.changes }}
steps:
- id: nightly-check
name: Check for changes since last nightly
Expand All @@ -37,9 +39,11 @@ If you want to look for changes within a duration different to the default (24 h
jobs:
check:
runs-on: ubuntu-latest
outputs:
changes: ${{ steps.nightly-check.outputs.changes }}
steps:
- id: nightly-check
name: Check for changes in last two days
name: Check for changes in the last two days
uses: lukecarr/[email protected]
with:
within: 48 hrs
Expand Down

0 comments on commit 522f6f5

Please sign in to comment.