7 lines
66 B
Bash
7 lines
66 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
set -e
|
||
|
|
||
|
# Run
|
||
|
act push -W '.gitea/workflows/build.yml'
|