Skip to content

feat: update workflows new tags #44

feat: update workflows new tags

feat: update workflows new tags #44

Workflow file for this run

---
name: tf-checks
on:
push:
branches: [ master ]
pull_request:
workflow_dispatch:
jobs:
example:
uses: clouddrove/github-shared-workflows/.github/workflows/tf-checks.yml@1.2.2
with:
working_directory: './_example/'
...