2 Commits

Author SHA1 Message Date
683c34e9c5 WIP 2
All checks were successful
run tests / check (push) Successful in 41s
run tests / release (push) Successful in 19s
2025-12-11 16:11:58 +01:00
c33b8aae0c WIP
All checks were successful
run tests / check (push) Successful in 27s
run tests / release (push) Successful in 19s
2025-12-11 10:56:28 +01:00
2 changed files with 0 additions and 34 deletions

View File

@@ -4,23 +4,6 @@ description: "dump current project description"
runs: runs:
using: composite using: composite
steps: steps:
- name: declare project if neccessary
run: |
if [[ ! -z "${RELEASE_PROJECT_CURRENT_VERSION}" ]]; then
echo "already set up."
exit 0
fi
nix run ${{ github.action_path }} -- \
declare \
--release-yaml-filename ".gitea/release.yaml" \
--gitea-instance "https://gitea.puzzleyou.net" \
--release-repository-name "${{ github.repository }}" \
--release-ref-name "${{ github.ref_name }}" \
--release-run-number "${{ github.run_number }}" \
--release-commit-sha "${{ github.sha }}" \
--write-env-vars-to-filename "$GITHUB_ENV"
- name: dump project description - name: dump project description
run: | run: |
nix run ${{ github.action_path }} -- \ nix run ${{ github.action_path }} -- \

View File

@@ -6,23 +6,6 @@ inputs: {}
runs: runs:
using: composite using: composite
steps: steps:
- name: declare project if neccessary
run: |
if [[ ! -z "${RELEASE_PROJECT_CURRENT_VERSION}" ]]; then
echo "already set up."
exit 0
fi
nix run ${{ github.action_path }} -- \
declare \
--release-yaml-filename ".gitea/release.yaml" \
--gitea-instance "https://gitea.puzzleyou.net" \
--release-repository-name "${{ github.repository }}" \
--release-ref-name "${{ github.ref_name }}" \
--release-run-number "${{ github.run_number }}" \
--release-commit-sha "${{ github.sha }}" \
--write-env-vars-to-filename "$GITHUB_ENV"
- name: sync versions - name: sync versions
run: | run: |
nix run ${{ github.action_path }} -- \ nix run ${{ github.action_path }} -- \