We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fc8647 commit 6f5f322Copy full SHA for 6f5f322
.github/workflows/build-tag.yaml
@@ -48,12 +48,12 @@ jobs:
48
trigger-awx:
49
needs: build
50
runs-on: ubuntu-latest
51
- environment: awx/dls-dev
+ environment: awx/dls-test
52
steps:
53
- name: Inject slug/short variables
54
uses: rlespinasse/github-slug-action@v5
55
- name: Trigger AWX
56
- uses: informaticsmatters/trigger-awx-action@v1
+ uses: informaticsmatters/trigger-awx-action@v2
57
with:
58
template: Squonk/2 Data Manager UI -test-
59
template-host: ${{ secrets.AWX_HOST }}
0 commit comments