Commit graph

8 commits

Author SHA1 Message Date
Kristian Freeman
9e7e2ec6db It's wrangler-action 1.1.0! 📡
- Support `apiToken` as an authentication method
  - Deprecates `apiKey` and `email`, making them optional parameters and encouraging `apiToken` usage in build logs
- Support `wranglerVersion` for installing a specific Wrangler version for your build
- Per #7, support for `workingDirectory` to run `wrangler-action` in a specific directory in your repo
- Adds a test Workers project under the `test` directory. This is used in the repo's new set of workflows (see below)
- Adds a GitHub Action workflow that:
  - Lints `entrypoint.sh` to ensure that the shell script looks correct
  - Runs the action with various config options to ensure future pushes don't introduce regressions
2019-12-09 11:13:30 -06:00
Frank Shotwell
bc0254d9f8 Add workingDirectory option for publishing a subdirectory 2019-11-07 13:15:49 -08:00
Kristian Freeman
bdf9196cd6 Update action title and description 2019-10-15 11:18:29 -05:00
Kristian Freeman
f16a765f5b Add icon and color 2019-10-15 10:14:20 -05:00
Kristian Freeman
c09ecc83b5 Add environment support, change input names 2019-10-14 15:24:54 -05:00
Kristian Freeman
e4957e60c0 Correct usage of inputs in action/entrypoint 2019-10-14 15:04:41 -05:00
Kristian Freeman
c3eb4af3f6 Switch to inputs 2019-10-11 14:25:47 -05:00
Kristian Freeman
272a8e31ba Rename to action.yml 2019-10-07 15:15:42 -05:00
Renamed from deploy.yml (Browse further)