Skip to content

output debug

output debug #129

Workflow file for this run

#name: "auto-format"
#on:
# pull_request_target:
# types: [opened, synchronize]
# schedule:
# - cron: '0 7 * * *'
# workflow_dispatch:
#
#jobs:
# auto-format:
# # only run on pull requests so long as they don't come from forks
# if: ${{ !( (github.event_name == 'pull_request') && (github.event.pull_request.head.repo.full_name != github.repository) ) }}
# runs-on: ubuntu-latest
# steps:
# - uses: cloudposse/github-action-auto-format@main
# with:
# format-task: readme
# workflow-token: ${{ secrets.TOKEN_WITH_WORKFLOWS_PERMISSION }}
# bot-name: cloudpossebot
#
# - uses: cloudposse/github-action-auto-format@main
# with:
# format-task: github_format
# workflow-token: ${{ secrets.TOKEN_WITH_WORKFLOWS_PERMISSION }}
# bot-name: cloudpossebot
#
# - uses: cloudposse/github-action-auto-format@main
# with:
# format-task: terraform_format
# workflow-token: ${{ secrets.TOKEN_WITH_WORKFLOWS_PERMISSION }}
# bot-name: cloudpossebot