add action
This commit is contained in:
parent
8514b25c2c
commit
51584881f0
1 changed files with 1 additions and 7 deletions
|
|
@ -9,14 +9,8 @@ jobs:
|
|||
runs-on: docker # Dein funktionierendes Runner-Label
|
||||
|
||||
steps:
|
||||
# Optional: Code des aktuellen Repos auschecken, falls die Action ihn braucht
|
||||
# Fr diese reine Log-Action ist es nicht ntig, aber oft will man ja mit dem Code arbeiten.
|
||||
# - name: Checkout calling repository's code
|
||||
# uses: badmomber/action-checkout@v4 # Annahme: action-checkout ist auch schon gespiegelt und funktioniert
|
||||
|
||||
- name: Execute my simple self-hosted log action
|
||||
# Forgejo sollte dies zu https://git.kriegbaum.io/badmomber/simple-log-action@v1.0.0 auflsen
|
||||
uses: badmomber/simple-log-action@v1.0.0 # Oder @main, wenn du keinen Tag erstellt hast
|
||||
uses: badmomber/test-action@main
|
||||
|
||||
- name: Workflow finished
|
||||
run: echo "Test workflow using custom action completed."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue