Skip to content

Commit

Permalink
test: fix json
Browse files Browse the repository at this point in the history
  • Loading branch information
korthout committed Feb 25, 2024
1 parent ac4c233 commit dd74d1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/backport-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
experimental: >
{
"detect_merge_method": true,
"remote_owner": 'backport-action',
"remote_repo": 'backport-action-test'
"remote_owner": "backport-action",
"remote_repo": "backport-action-test"
}
- name: Print was_successful output
run: echo "${{ steps.backport.outputs.was_successful }}"
Expand Down

0 comments on commit dd74d1d

Please sign in to comment.