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