CollinDietz / flutter_rust_bridge_template_enhanced

Apache License 2.0
0 stars 0 forks source link

Make .github/workflows/deploy.yml get repo name automatically #16

Open CollinDietz opened 1 year ago

CollinDietz commented 1 year ago

${{ github.repository }} gives Username/repo but we need just repo for the href in .github/workflows/deploy.yml

Find a way to get the needed variable automatically so when you template from this repo it updates automatically