mirror of
https://github.com/bitnami/charts.git
synced 2026-03-06 15:10:15 +08:00
[bitnami/*] Fix env issue for retry workflow (#20935)
* [bitnami/*] Fix env issue for retry workflow Signed-off-by: Fran de Paz <fdepaz@vmware.com> * Remove unused env Signed-off-by: Fran de Paz <fdepaz@vmware.com> --------- Signed-off-by: Fran de Paz <fdepaz@vmware.com>
This commit is contained in:
committed by
GitHub
parent
0140f33331
commit
818dc147a5
3
.github/workflows/retry-failed-releases.yml
vendored
3
.github/workflows/retry-failed-releases.yml
vendored
@@ -18,9 +18,8 @@ jobs:
|
||||
env:
|
||||
MAX_RETRY_SLOTS: 15
|
||||
MAX_RUNS_ATTEMPS: 3
|
||||
WORKFLOW_ID: "35553382"
|
||||
TEMP_FILE: "${{runner.temp}}/failed_runs.json"
|
||||
WORKFLOW_RUNS_URL: "${{ github.api_url }}/repos/${{ github.repository }}/actions/workflows/${{ env.WORKFLOW_ID }}/runs"
|
||||
WORKFLOW_RUNS_URL: "${{ github.api_url }}/repos/${{ github.repository }}/actions/workflows/35553382/runs"
|
||||
TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: |
|
||||
# Obtain "CI Pipeline" failed runs executed by the bitnami-bot and filter those from release PRs with $MAX_RUNS_ATTEMPS or more attempts
|
||||
|
||||
Reference in New Issue
Block a user