hydephp / action

HydePHP GitHub Actions Workflow
https://hydephp.github.io/action
MIT License
1 stars 0 forks source link

Support array input for any arbitrary environment variables #43

Open caendesilva opened 3 months ago

caendesilva commented 3 months ago
- uses: hydephp/action@master
  with:
    deploy-to: "pages"
    env:
      FOO: bar
      SHA: ${{ github.sha }}