4 lines
88 B
Bash
Executable File
4 lines
88 B
Bash
Executable File
#!/bin/bash
|
|
# Test push workflow of Gitea runner
|
|
act push --workflows .gitea/workflows
|