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