10 lines
111 B
Bash
Executable File
10 lines
111 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
# Change Directory
|
|
cd "$(dirname "$0")/../"
|
|
|
|
# Run
|
|
act push -W '.gitea/workflows/build.yml'
|