Skip to content

Bump actions/checkout from 3.5.3 to 3.6.0 #18

Bump actions/checkout from 3.5.3 to 3.6.0

Bump actions/checkout from 3.5.3 to 3.6.0 #18

Workflow file for this run

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