We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bc1725 commit 766b683Copy full SHA for 766b683
1 file changed
.github/workflows/rally-checks.yml
@@ -9,7 +9,9 @@ on:
9
jobs:
10
check-rally-integration:
11
name: check-rally-artifact
12
- uses: RepublicServicesRepository/dops-gha-rally-integration/.github/workflows/workflow.yml@v1.0.0
+ uses: RepublicServicesRepository/dops-gha-rally-integration/.github/workflows/workflow.yml@v2.0.0
13
secrets:
14
github_pat: ${{ secrets.REPUBLIC_SYSTEM_RISE_PAT }}
15
rally_api_key: ${{secrets.RALLY_API_KEY}}
16
+ with:
17
+ check_milestone: "true"
0 commit comments