5 lines
100 B
Plaintext
5 lines
100 B
Plaintext
|
|
#!/usr/bin/env bash
|
||
|
|
set -u
|
||
|
|
|
||
|
|
exec update-status Running "Run $GITHUB_RUN_ID from $GITHUB_REPOSITORY"
|