Skip to content

Commit f37fe3b

Browse files
committed
PFM-TASK-7338 fix typo
1 parent 713b473 commit f37fe3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/fe-code-quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
name: SonarCloud
111111
needs: [code-quality, check-sonar]
112112
if: needs.check-sonar.outputs.has_token == 'true'
113-
runs-on: {{ inputs.GITHUB_RUNNER }}
113+
runs-on: ${{ inputs.GITHUB_RUNNER }}
114114
steps:
115115
- name: Set SonarCloud Project Key
116116
id: set-project-key

0 commit comments

Comments
 (0)