fix: try fix empty outputs
[skip ci]
This commit is contained in:
parent
2bdb5d4eb2
commit
f5cd238d8f
1 changed files with 5 additions and 0 deletions
5
.github/workflows/tf-acc-test.yaml
vendored
5
.github/workflows/tf-acc-test.yaml
vendored
|
|
@ -47,6 +47,11 @@ jobs:
|
|||
start=$(date +%s%N)
|
||||
echo "start=$start" >> ${GITHUB_ENV}
|
||||
|
||||
- name: debug
|
||||
shell: bash
|
||||
run: |
|
||||
echo "start_time: ${{ steps.start_time.outputs.start_time }}"
|
||||
|
||||
- name: Notify
|
||||
uses: ./.github/actions/notify
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue