Skip to content

build(deps): bump doctrine/dbal from 3.8.4 to 4.0.4 #4

build(deps): bump doctrine/dbal from 3.8.4 to 4.0.4

build(deps): bump doctrine/dbal from 3.8.4 to 4.0.4 #4

Workflow file for this run

name: 'GitHub Actions Mirror'
on: [push, delete]
jobs:
mirror_to_coding:
runs-on: ubuntu-latest
steps:
- name: 'Checkout'
uses: actions/checkout@v1
- name: 'Mirror to coding'
uses: yesolutions/mirror-action@master
with:
REMOTE: ${{ secrets.SYNC_GIT_HOST }}
GIT_USERNAME: Steve
GIT_PASSWORD: ${{ secrets.GITLAB_KEY }}