cloudflare / wrangler-action

🧙‍♀️ easily deploy cloudflare workers applications using wrangler and github actions
Apache License 2.0
1.25k stars 159 forks source link

command: pages deploy YOUR_DIST_FOLDER --project-name=example #282

Closed wanghaisheng closed 1 week ago

wanghaisheng commented 3 months ago

how to set project-name to be github repo name dynamically

sergiodxa commented 2 months ago

If you do pages deploy YOUR_DIST_FOLDER --project-name=${{ github.repository}} the ${{ github.repository}} should pass the repo name.