Lando not finding cert.crt or cert.key, edge_ssl issue and wp-cli commands throw a 'OCI runtime exec failed' error #12
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Add to Contrib Project | |
on: | |
issues: | |
types: [labeled] | |
pull_request: | |
types: [labeled] | |
jobs: | |
add_to_project: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Add issue/PR to GitHub Project | |
if: github.event.label.name == 'flag' | |
uses: actions/[email protected] | |
with: | |
project-url: https://github.com/orgs/lando/projects/7 | |
github-token: ${{ secrets.SHADOW_COUNCIL_ESCALATOR }} | |
labeled: flag |