setup-pscale-action
setup-pscale-action copied to clipboard
Setup the PlanetScale CLI for GitHub Actions
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @OlafConijn in...
Bumps [semver](https://github.com/npm/node-semver) from 6.3.0 to 6.3.1. Release notes Sourced from semver's releases. v6.3.1 6.3.1 (2023-07-10) Bug Fixes 928e56d #591 better handling of whitespace (#591) (@lukekarrys, @joaomoreno, @nicolo-ribaudo) Changelog Sourced from...
It seems that the "Create a password for a branch" example is outdated in the docs here: https://planetscale.com/docs/devops/github-actions 1. pscale pasword create requires a password name. So the first line...
Arm runners are all their age now would be nice to detect the Architecture and download the appropriate binary as I see it already detects OS ``` Run planetscale/setup-pscale-action@v1 with:...
I am trying to set up a workflow to create a test db branch to run e2e tests on. Here are the relevant lines of the workflow: ```yml env: PLANETSCALE_SERVICE_TOKEN:...