Skip to content

Comments

🛠️ Fix deploy workflow YAML syntax error#17

Merged
gepser merged 1 commit intomasterfrom
feature/fix-deploy-yaml
Feb 22, 2026
Merged

🛠️ Fix deploy workflow YAML syntax error#17
gepser merged 1 commit intomasterfrom
feature/fix-deploy-yaml

Conversation

@gepser
Copy link
Owner

@gepser gepser commented Feb 22, 2026

Summary

Fixes a YAML parsing error in .github/workflows/deploy.yml that prevented the deploy workflow from running.

What was broken

GitHub Actions reported:

  • Invalid workflow file: .github/workflows/deploy.yml#L76
  • YAML syntax error due to inline run line containing a colon in a plain scalar.

Fix

Updated the final step to use block scalar syntax:

- name: Print deployed URL
  run: |
    echo "Deployed URL: ${{ steps.deploy.outputs.url }}"

Validation

  • Parsed workflow YAML locally (yaml-ok).

Once merged, deploy workflow should execute normally on master pushes.

@gepser gepser merged commit eafd44c into master Feb 22, 2026
2 checks passed
@gepser gepser deleted the feature/fix-deploy-yaml branch February 22, 2026 22:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant