Skip to content

Commit

Permalink
fix: changed " to '
Browse files Browse the repository at this point in the history
  • Loading branch information
Muneeb147 authored Aug 26, 2024
1 parent 6611248 commit e78d0c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/comment-on-base-branch-change.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ jobs:
owner: context.repo.owner,
repo: context.repo.repo,
issue_number: context.payload.pull_request.number,
body: "Base branch is changed to master. Please re-run the integration tests by adding "force:integration" label."
body: "Base branch is changed to master. Please re-run the integration tests by adding 'force:integration' label."
})

0 comments on commit e78d0c1

Please sign in to comment.