From 843e89e287a70c82e2ce2244e8323d51fcff8510 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 09:31:01 +0000 Subject: [PATCH] Update fitbeard/action-trigger-awx action to v24.6.1 --- .github/actions/ansible/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/ansible/action.yml b/.github/actions/ansible/action.yml index 5c14b46f..0fdce3d3 100644 --- a/.github/actions/ansible/action.yml +++ b/.github/actions/ansible/action.yml @@ -55,7 +55,7 @@ runs: steps: - name: "Run ${{ inputs.RESOURCE_TYPE}} for ${{ inputs.RESOURCE_NAME}}" - uses: fitbeard/action-trigger-awx@v24.2.0 + uses: fitbeard/action-trigger-awx@v24.6.1 with: controller_host: ${{ env.AWX_HOST }} controller_oauth_token: ${{ env.AWX_OAUTH_TOKEN }}