Skip to content

Commit

Permalink
[CI] fix heredoc indent
Browse files Browse the repository at this point in the history
  • Loading branch information
Rundong Li committed Oct 13, 2024
1 parent 23700e4 commit a53f49f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/artifacts-release-nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
run: |
python3 conf-gen/generate.py -s conf-gen/source.yaml -o artifacts-conf/
python3 - <<- 'EOF'
import yaml
conf = yaml.safe_load(open("conf-gen/source.yaml"))
print(f"CONFIG_NAMES={list(g['name'] for g in conf['generates'])}")
import yaml
conf = yaml.safe_load(open("conf-gen/source.yaml"))
print(f"CONFIG_NAMES={list(g['name'] for g in conf['generates'])}")
EOF >> "$GITHUB_OUTPUT"
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit a53f49f

Please sign in to comment.