Skip to content

Bump actions/checkout from 3.5.3 to 3.6.0 #15

Bump actions/checkout from 3.5.3 to 3.6.0

Bump actions/checkout from 3.5.3 to 3.6.0 #15

Workflow file for this run

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