Skip to content

Conversation

@skorfmann
Copy link
Contributor

Initial draft for a blog post about the Wing Deploy Action

@vercel
Copy link

vercel bot commented Sep 15, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
wing-docs ✅ Ready (Inspect) Visit Preview Sep 15, 2023 9:30pm

Copy link
Contributor

@staycoolcall911 staycoolcall911 left a comment

Choose a reason for hiding this comment

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

I think it's great and useful!

- name: Deploy Winglang App
uses: winglang/wing-github-action/actions/[email protected]
with:
entry: 'main.wing' # Required, replace this with your entry file if different
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
entry: 'main.wing' # Required, replace this with your entry file if different
entry: 'main.w' # Required, replace this with your entry file if different

```yml
steps:
- name: Pull Request Diff
uses: winglang/wing-github-action/actions/pull-request-diff@main
Copy link
Contributor

Choose a reason for hiding this comment

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

Using the version from @main? Or do you want to link to a specific release, like you're doing on the deployment action?

- name: Pull Request Diff
uses: winglang/wing-github-action/actions/pull-request-diff@main
with:
entry: 'main.wing' # Required, replace this with your entry file if different
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
entry: 'main.wing' # Required, replace this with your entry file if different
entry: 'main.w' # Required, replace this with your entry file if different

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.

3 participants