Skip to content

Commit

Permalink
Wait timing fix
Browse files Browse the repository at this point in the history
  • Loading branch information
omus committed Aug 16, 2024
1 parent 253d9d1 commit 03f370f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ runs:
done
end=$(date +%s)
echo "Waited for other jobs for $((end-start) seconds" >&2
echo "Waited for other jobs for $((end-start)) seconds" >&2
env:
GH_TOKEN: ${{ github.token }}
matrix_jobs: ${{ steps.matrix-jobs.outputs.json }}
Expand Down

0 comments on commit 03f370f

Please sign in to comment.