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 7774a66 commit 2eac4dfCopy full SHA for 2eac4df
.github/workflows/cicd-3-test.yaml
@@ -74,18 +74,18 @@ jobs:
74
id-token: write
75
contents: write
76
steps:
77
+ - name: "Checkout Repository"
78
+ uses: actions/checkout@v5
79
+ with:
80
+ ref: ${{ github.event.inputs.tag }}
81
+
82
- name: "Set up Python"
83
uses: actions/setup-python@v5
84
with:
85
python-version: "3.13"
86
cache: 'poetry' # caching poetry dependencies
87
- run: poetry install
88
- - name: "Checkout Repository"
- uses: actions/checkout@v5
- with:
- ref: ${{ github.event.inputs.tag }}
-
89
- name: "Manage Release"
90
env:
91
ENVIRONMENT: 'preprod'
0 commit comments