Skip to content

Commit

Permalink
Fix typo (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
goruha authored Jun 18, 2024
1 parent dbe34b6 commit ecba24f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ runs:
if: steps.auto-commit.outputs.changes_detected == 'false' && inputs.banner_enabled == 'true' && inputs.commit_method == 'commit'
shell: bash
run: |
echo "> [!IMPORANT]" >> $GITHUB_STEP_SUMMARY
echo "> [!IMPORTANT]" >> $GITHUB_STEP_SUMMARY
echo "> No changes to screenshot" >> $GITHUB_STEP_SUMMARY
- name: Create Pull Request
Expand Down Expand Up @@ -302,7 +302,7 @@ runs:
if: steps.auto-pr.outputs.pull-request-number == false && inputs.commit_method == 'pr'
shell: bash
run: |
echo "> [!IMPORANT]" >> $GITHUB_STEP_SUMMARY
echo "> [!IMPORTANT]" >> $GITHUB_STEP_SUMMARY
echo "> No pull request was created." >> $GITHUB_STEP_SUMMARY

0 comments on commit ecba24f

Please sign in to comment.