Skip to content

Change yml extensions #248

Change yml extensions

Change yml extensions #248

Workflow file for this run

name: Molecule - Files
on:
pull_request:
paths:
- .manala.yaml
- .github/workflows/molecule.files.yaml
- .config/molecule/config.yml
- molecule/Dockerfile.*
- molecule/files/**
- roles/files/**
# Plugins
- plugins/action/files_attributes.py
- plugins/lookup/files_attributes.py
- plugins/modules/files_attributes.py
workflow_dispatch:
inputs:
debug:
type: boolean
description: Run with tmate debugging
required: false
default: false
jobs:
files:
uses: ./.github/workflows/molecule.yaml
with:
debug: ${{ inputs.debug == true }}
scenario: files