We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f47a471 commit f673b5aCopy full SHA for f673b5a
.github/workflows/commands.yml
@@ -79,7 +79,7 @@ jobs:
79
- name: Process fantomas command
80
if: steps.command-extractor.outputs.result == 'xlf'
81
id: xlf
82
- run: dotnet build src\Compiler /t:UpdateXlf
+ run: dotnet build src/Compiler /t:UpdateXlf
83
- name: Commit and push changes
84
if: steps.fantomas.outcome == 'success' || steps.xlf.outcome == 'success'
85
run: |
0 commit comments