test(github): Test in PHP development mode and fix deprecation warnin… #132
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: Mirror to drupal.org | |
on: [ push ] | |
jobs: | |
git-mirror: | |
runs-on: ubuntu-latest | |
environment: mirror | |
steps: | |
- uses: wearerequired/git-mirror-action@v1 | |
env: | |
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }} | |
with: | |
source-repo: 'https://github.com/drupal-graphql/graphql.git' | |
destination-repo: '[email protected]:project/graphql.git' |