Skip to content

minor(deps): update dependency terraform-linters/tflint to v0.51.0 #56

minor(deps): update dependency terraform-linters/tflint to v0.51.0

minor(deps): update dependency terraform-linters/tflint to v0.51.0 #56

Workflow file for this run

---
name: galaxy
"on":
workflow_dispatch:
push:
branches:
- master
tags:
- v*
jobs:
galaxy:
runs-on: ubuntu-latest
if: github.repository_owner == 'rolehippie'
steps:
- name: Checkout source
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- name: Galaxy upload
uses: robertdebock/galaxy-action@1.2.1
with:
galaxy_api_key: ${{ secrets.GALAXY_TOKEN }}
...