Skip to content

Remove unnecessary tags inside the wp project deploy task #47

Remove unnecessary tags inside the wp project deploy task

Remove unnecessary tags inside the wp project deploy task #47

---
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 }}