Skip to content

Commit

Permalink
🐛 Missing shell
Browse files Browse the repository at this point in the history
Add missing shell property
  • Loading branch information
ShiriNmi1520 committed Aug 6, 2023
1 parent b46d276 commit 7a7a250
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 7a7a250

Please sign in to comment.