|
@ -43,6 +43,11 @@ jobs: |
|
|
- name: Check out code into the Go module directory |
|
|
- name: Check out code into the Go module directory |
|
|
uses: actions/checkout@v2 |
|
|
uses: actions/checkout@v2 |
|
|
|
|
|
|
|
|
|
|
|
- name: Wait for the deletion |
|
|
|
|
|
uses: jakejarvis/wait-action@master |
|
|
|
|
|
with: |
|
|
|
|
|
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} |
|
|
|
|
|
|
|
|