Skip to content

Commit

Permalink
#50 if 構文を変更
Browse files Browse the repository at this point in the history
@openai: ignore
  • Loading branch information
fumikito committed Jul 19, 2023
1 parent 3cd35dc commit a6e9ee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/php-scoper/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ runs:
shell: bash

- name: Skip PHP Scoper
if: ! inputs.scoper
if: inputs.scoper != true
run: echo "Skipping Scoper"
shell: bash

0 comments on commit a6e9ee5

Please sign in to comment.