6 lines
102 B
Bash
6 lines
102 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
set -euo pipefail
|
||
|
|
||
|
buildevents step ${GITHUB_RUN_ID} ${project} ${STEP_START} ${project}
|