Skip to content

Commit ef1a86a

Browse files
Merge pull request #1544 from InformaticsMatters/ci-fix-nw-awx
Switch to dls-test env and v2 of our trigger action
2 parents 6fc8647 + 6f5f322 commit ef1a86a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-tag.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@ jobs:
4848
trigger-awx:
4949
needs: build
5050
runs-on: ubuntu-latest
51-
environment: awx/dls-dev
51+
environment: awx/dls-test
5252
steps:
5353
- name: Inject slug/short variables
5454
uses: rlespinasse/github-slug-action@v5
5555
- name: Trigger AWX
56-
uses: informaticsmatters/trigger-awx-action@v1
56+
uses: informaticsmatters/trigger-awx-action@v2
5757
with:
5858
template: Squonk/2 Data Manager UI -test-
5959
template-host: ${{ secrets.AWX_HOST }}

0 commit comments

Comments
 (0)