Skip to content

Commit

Permalink
fix: if statement only support single quote for string literals
Browse files Browse the repository at this point in the history
  • Loading branch information
arunpoudel committed Oct 13, 2023
1 parent eb16ea1 commit b2a4512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter-go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ concurrency:
cancel-in-progress: false
jobs:
label-pr-go:
if: github.event_name == "pull_request"
if: ${{ github.event_name == "pull_request" }}
name: Label PR (Golang)
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit b2a4512

Please sign in to comment.