Skip to content

Commit

Permalink
Add shell
Browse files Browse the repository at this point in the history
  • Loading branch information
cYKatherine committed Oct 28, 2024
1 parent c44a95d commit 92f8630
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions actions/commit_pr_and_merge/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ runs:
steps:
- name: Check for changes
id: changes
shell: bash
run: |
if [[ -n $(git status --porcelain) ]]; then
echo "changes_exist=true" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 92f8630

Please sign in to comment.