steveoh
steveoh
```sh PytestRemovedIn8Warning: The (fspath: py.path.local) argument to IsortItem is deprecated. Please use the (path: pathlib.Path) argument instead. See https://docs.pytest.org/en/latest/deprecations.html#fspath-argument-for-node-constructors-replaced-with-pathlib-path super().__init__( ``` ```sh python3.9/site-packages/_pytest/nodes.py:664: PytestWarning: IsortItem is an Item subclass and...
I want my deploy previews to be fast. This plugin took 15 minutes to run. Can I configure it to only run on commits to a specific branch e.g. master?
This may be something we are experiencing based on the git commit history size of our repo or the amount of activity during our lock window, but this action is...
Is the correct way to use the link tag with anchors like the following? ```md [link text]({% link path/to/item.with-extension %}#to-anchor) ``` ```html link text ``` Are there plans to allow...
### The use case you're trying to solve I would like to use a federated credential file from the auth action to configure the firebase deploy ### Change to the...
The following valid action invocation poses a security risk ```yml - name: 🚀 Deploy to Cloud Run id: deploy uses: google-github-actions/deploy-cloudrun@v0 with: service: api image: gcr.io/${{ secrets.PROJECT_ID }}/api region: us-central1...
### TL;DR gcloud run deploy offers add remove set and clear-cloudsql-instances flags. It seems that this should be a first class property like secrets and env's for this action. ###...
in order to run `python -m mymodule` using python shell I had to bend the expectations on how it is used. ``` python var shellOptions = { scriptPath: 'press', cwd:...
**- Do you want to request a *feature* or report a *bug*?** bug **- What is the current behavior?** duplication of ✅ Up and running **- If the current behavior...
I'm trying to follow this sample and when I apply the kube-deployment.yml the cli spits out `spec.clusterIP: Invalid value: "None": field is immutable`