Skip to content

Commit

Permalink
🔀 Merge pull request #4 from ShiriNmi1520/fix/missing-property
Browse files Browse the repository at this point in the history
🐛 Missing shell
  • Loading branch information
lukecarr authored Aug 6, 2023
2 parents b46d276 + 7a7a250 commit ca53bd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ runs:
uses: actions/checkout@v3
-
continue-on-error: true
shell: bash
id: check-changes
name: "check if latest commit is within 24 hrs"
run: "test -z $(git rev-list --after=\"24 hours\" ${{ github.sha }}) && echo \"::set-output name=changes::true\""
Expand Down

0 comments on commit ca53bd3

Please sign in to comment.