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 0af0579 commit 5538010Copy full SHA for 5538010
.github/workflows/azure-terraforminator.yaml
@@ -23,15 +23,15 @@ jobs:
23
- name: Checkout code
24
uses: actions/checkout@v4
25
- name: set up python
26
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v5
27
with:
28
python-version: '3.11'
29
- name: package installations
30
run: |
31
pip install poetry
32
- poetry install
+ poetry install -v
33
- name: run python program
34
35
poetry run python3 terraforminator.py --subscription_name ${{ env.subscription_name }}
36
- name: program execution completed
37
- run: echo "program execution completed"
+ run: echo "program execution completed"
0 commit comments