|
@ -31,7 +31,7 @@ jobs: |
|
|
- name: Wait for the deletion |
|
|
- name: Wait for the deletion |
|
|
uses: jakejarvis/wait-action@master |
|
|
uses: jakejarvis/wait-action@master |
|
|
with: |
|
|
with: |
|
|
time: '30s' |
|
|
|
|
|
|
|
|
time: '60s' |
|
|
|
|
|
|
|
|
- name: Set BUILD_TIME env |
|
|
- name: Set BUILD_TIME env |
|
|
run: echo BUILD_TIME=$(date -u +%Y%m%d-%H%M) >> ${GITHUB_ENV} |
|
|
run: echo BUILD_TIME=$(date -u +%Y%m%d-%H%M) >> ${GITHUB_ENV} |
|
|