Setup repo mirroring to code.forgejo.org #10

Closed
opened 2024-09-21 22:38:51 +01:00 by kemitix · 0 comments
Owner

This would provide a more familier and shorted use statement for anyone else wanting to use the action.

e.g.

jobs:
  tests:
    steps:
      - name: Checkout
        uses: actions/checkout@v4

      - name: Check TODOs
        uses: kemitix/todo-checker@v1.0.0

This is because the default hostname for ForgeJo Actions is https://code.forgejo.org.

This would provide a more familier and shorted `use` statement for anyone else wanting to use the action. e.g. ```yaml jobs: tests: steps: - name: Checkout uses: actions/checkout@v4 - name: Check TODOs uses: kemitix/todo-checker@v1.0.0 ``` This is because the default hostname for ForgeJo Actions is <https://code.forgejo.org>.
kemitix added the
Kind/Feature
label 2024-09-21 22:38:51 +01:00
kemitix changed title from Setup repo mirroring to codeberg.org to Setup repo mirroring to code.forgejo.org 2024-09-22 09:26:44 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: kemitix/forgejo-todo-checker#10
No description provided.