Skip to content

Don't apply the post deploy for wp project #48

Don't apply the post deploy for wp project

Don't apply the post deploy for wp project #48

---
name: Publish role to Ansible Galaxy
on:
- push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
- name: galaxy
uses: robertdebock/galaxy-action@1.2.1
with:
galaxy_api_key: ${{ secrets.galaxy_api_key }}