Skip to content

Commit ab6fe51

Browse files
authored
fix(ci): unexpected symbol due to double quotes...
1 parent 3152552 commit ab6fe51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable_export_pr_details.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ on:
3737

3838
jobs:
3939
export_pr_details:
40-
if: inputs.workflow_origin == "bla/bla"
40+
if: inputs.workflow_origin == 'bla/bla'
4141
runs-on: ubuntu-latest
4242
env:
4343
FILENAME: pr.txt

0 commit comments

Comments
 (0)