fix(scaffold): preserve source in scaffold config #22446
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| # The workflow name **must** be "autofix.ci" for Autofix CI to function correctly. | |
| # Any deviation from this name will cause Autofix CI to fail, as it relies on this | |
| # specific identifier for execution. This is a strict requirement of Autofix CI. | |
| name: autofix.ci | |
| on: pull_request | |
| permissions: | |
| contents: read | |
| actions: write | |
| jobs: | |
| autofix: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - run: echo "See Atmos Pro" |