Skip to content

Commit

Permalink
Merge pull request #378 from ysugimoto/fix/string-quotation
Browse files Browse the repository at this point in the history
use single quotation
  • Loading branch information
ysugimoto authored Oct 24, 2024
2 parents 2eb2b19 + 22e1232 commit a6c12e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scheduler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run:
echo "diff=$(go run .)" >> $GITHUB_OUTPUT
- name: create issue if exists
if: ${{ steps.checking.outputs.diff != "" }}
if: ${{ steps.checking.outputs.diff != '' }}
run: |
ISSUE=$(gh issue list -l automated --json title)
if [ "$ISSUE" == "[]" ]; then
Expand Down

0 comments on commit a6c12e2

Please sign in to comment.