Files
actions/get-repo-name
..
2026-02-26 22:33:34 +01:00
2026-02-26 22:33:34 +01:00

get-repo-name

Outputs the repository name from the Git/Gitea/GitHub environment without the owner.

Example: t.behrendt/actionsactions

- id: repo
  uses: https://gitea.t000-n.de/t.behrendt/actions/get-repo-name@0.0.0
- run: echo "Repository name is ${{ steps.repo.outputs.name }}"