🔧 chore: fix skill naming and gitea actions compatibility (related to #2)
CI/CD Pipeline / CI Pipeline (push) Failing after 7m12s
CI/CD Pipeline / CI Pipeline (push) Failing after 7m12s
This commit is contained in:
Executable
+13
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Example script for bdd-testing skill
|
||||
|
||||
set -e
|
||||
|
||||
echo "This is an example script for the bdd-testing skill"
|
||||
echo "Replace this with your actual script logic"
|
||||
|
||||
# Your script implementation goes here
|
||||
# Example:
|
||||
# echo "Processing..."
|
||||
# [command] [arguments]
|
||||
Reference in New Issue
Block a user