1 Commits

Author SHA1 Message Date
c2000c3f4d WIP
All checks were successful
run tests / check (push) Successful in 44s
run tests / release (push) Successful in 16s
2025-12-10 06:06:19 +01:00
4 changed files with 3 additions and 2 deletions

View File

@@ -14,4 +14,4 @@ jobs:
runs-on: action-runner
steps:
- uses: actions/checkout@v4
- uses: ./release
- uses: ./

1
action.yaml Symbolic link
View File

@@ -0,0 +1 @@
release/action.yaml

View File

@@ -30,4 +30,5 @@ test-workflows:
--workflows ./.gitea/workflows/check.yaml \
--job test-is-not-yet-released
# TODO
# --image "europe-docker.pkg.dev/puzzle-and-play/docker/action-runner-job:latest" \

View File

@@ -237,7 +237,6 @@ if __name__ == '__main__':
parser = ArgumentParser()
parser.add_argument('action', choices=[
# TODO missing: adjust version (development)
# TODO missing: check if release already exists
'declare',
'check',
'add-artefact',