fix: try fix empty outputs
[skip ci]
This commit is contained in:
parent
336ae13902
commit
c51d00d825
1 changed files with 3 additions and 0 deletions
3
.github/workflows/tf-acc-test.yaml
vendored
3
.github/workflows/tf-acc-test.yaml
vendored
|
|
@ -100,6 +100,9 @@ jobs:
|
|||
continue-on-error: true
|
||||
run: |
|
||||
set -e
|
||||
echo "auto status: ${{ steps.automatic_run.outputs.status }}"
|
||||
echo "manual status: ${{ steps.manual_run.outputs.status }}"
|
||||
echo "status: ${{ forgejo.event_name == 'workflow_dispatch' && steps.manual_run.outputs.status || steps.automatic_run.outputs.status }}"
|
||||
echo "end_time=$(date --rfc-3339=ns)" >> ${GITHUB_OUTPUT}
|
||||
end=$(date +%s%N)
|
||||
echo "end=${end}" >> ${GITHUB_OUTPUT}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue