fix: use the workflows for Terraform modules when updating #6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: PR commented | |
# yamllint disable-line rule:truthy | |
on: | |
issue_comment: | |
types: | |
- created | |
jobs: | |
default: | |
# yamllint disable-line rule:line-length | |
uses: Hapag-Lloyd/Workflow-Templates/.github/workflows/default_slash_ops_comment_dispatch_callable.yml@e08f390d968322fd66ff5ee4ea826015e23f04c6 | |
secrets: inherit |