Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: preview config variable naming #3941

Merged
merged 1 commit into from
Oct 23, 2024
Merged

fix: preview config variable naming #3941

merged 1 commit into from
Oct 23, 2024

Conversation

iSCJT
Copy link
Contributor

@iSCJT iSCJT commented Oct 23, 2024

PR Checklist

PR Type

What kind of change does this PR introduce?

  • Bugfix (fixes an issue)
  • Feature (adds functionality)
  • Code style update
  • Refactoring (no functional changes)
  • Build related changes
  • CI related changes
  • Documentation changes
  • Other... Please describe:

What is the current behavior?

Fails due to incorrect variable parsing

What is the new behavior?

Should parse

Does this PR introduce a breaking change?

  • Yes
  • No

Git Issues

Closes #

What happens next?

Thanks for the contribution! We try to make sure all PRs are reviewed ahead of our monthly maintainers call (first Monday of the month)

If the PR is working as intended it'll be merged and included in the next platform release, if not changes will be requested and re-reviewed once updated.

If you need more immediate feedback you can try reaching out on Discord in the Community Platform development channel.

@iSCJT iSCJT requested a review from a team as a code owner October 23, 2024 16:59
@iSCJT iSCJT merged commit e0c5625 into master Oct 23, 2024
4 of 10 checks passed
@iSCJT iSCJT deleted the build/fly-preview-v5 branch October 23, 2024 17:00
@@ -51,7 +51,7 @@ jobs:
name: community-platform-pr-${{ github.event.number }}
secrets: >
VITE_SITE_VARIANT=preview
VITE_PROJECT_VERSION=${GITHUB_SHA}
VITE_PROJECT_VERSION=$${ github.sha }}
Copy link
Contributor

@mariojsnunes mariojsnunes Oct 23, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like a mistake here, should be ${{ instead of $${

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep, fat fingers 🥲

I wish there was a test suite for GitHub actions to save me merging into master every time to test.

@onearmy-bot
Copy link
Collaborator

🎉 This PR is included in version 2.7.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants