diff --git a/.gitea/actions/print-repo-name/action.yml b/.gitea/actions/print-repo-name/action.yml new file mode 100644 index 0000000..30e3f9f --- /dev/null +++ b/.gitea/actions/print-repo-name/action.yml @@ -0,0 +1,8 @@ +name: "Print Repository Name" +description: "Prints the name of the current repository" +runs: + using: "composite" # Defines this as a composite action + steps: + - name: Print repo name + shell: bash + run: echo "Repository Name: ${{ github.repository }}" \ No newline at end of file diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml new file mode 100644 index 0000000..e69de29