Skip to content

Jocelo patch 2 test #29

Jocelo patch 2 test

Jocelo patch 2 test #29

name: Digger Pull Request Workflow
on:
pull_request:
branches: [ "main" ]
types: [ opened, synchronize ]
issue_comment:
types: [created]
workflow_dispatch:
jobs:
plan:
name: Run digger
runs-on: ubuntu-latest
steps:
- name: digger run
uses: diggerhq/digger@vLatest
with:
disable-locking: true
setup-terraform: true
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}