docker-php-extension-installer/.github/workflows/update-readme.yml

21 lines
464 B
YAML
Raw Normal View History

2020-02-02 15:17:49 +00:00
name: Update README
on:
push:
branches:
- master
jobs:
update_readme:
name: Update README
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, '[skip ci]')"
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Update README
env:
DEPLOY_KEY: "${{ secrets.DEPLOY_KEY }}"
GIT_SSH_COMMAND: "ssh -o StrictHostKeyChecking=no"
run: ./scripts/ci-update-readme