Skip to content

test project that shouldn't trigger terraform updates #5

test project that shouldn't trigger terraform updates

test project that shouldn't trigger terraform updates #5

Workflow file for this run

name: Digger Workflow
on:
pull_request:
branches: [ "main" ]
types: [ closed, opened, synchronize, reopened ]
issue_comment:
types: [created]
if: contains(github.event.comment.body, 'digger')
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: digger run
uses: diggerhq/digger@debug-print-project-file-match
with:
setup-aws: false
disable-locking: true
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}