Skip to content

Update actions/checkout action to v3.6.0 #6

Update actions/checkout action to v3.6.0

Update actions/checkout action to v3.6.0 #6

Workflow file for this run

---
name: Deploy doku
on: # yamllint disable-line rule:truthy
push:
branches:
- main
paths:
- roles/doku/**
- .github/workflows/doku.yaml
pull_request:
paths:
- roles/doku/**
- .github/workflows/doku.yaml
jobs:
doku:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: ./.github/actions/setup-ansible
- run: |
ansible-playbook main.yaml --limit localhost --tags doku
docker ps --filter name=doku | grep --quiet doku