thisdot / starter.dev

A collection of kits to help bootstrap your next project.
https://starter.dev
MIT License
130 stars 16 forks source link

fix: env should be declared before the run #1247

Closed ghost closed 1 year ago

ghost commented 1 year ago

Type of change

Summary of change

Error in GH action Screen Shot 2023-05-03 at 8 38 16 AM

env needs to be declared before run to ensure the variables are set.

netlify[bot] commented 1 year ago

Deploy Preview for starter-dev canceled.

Name Link
Latest commit 9b35c42dc2cb4482d93f11d9f38fc9f67b1c8118
Latest deploy log https://app.netlify.com/sites/starter-dev/deploys/64528025046a140008a485f2
sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

ghost commented 1 year ago

@lindakatcodes @BigAB, the step is still broken - I didn't notice this is another typo situation. I'm creating another PR to solve this.