test
This commit is contained in:
parent
650317ba2b
commit
8199736893
1 changed files with 15 additions and 1 deletions
|
|
@ -147,6 +147,20 @@ jobs:
|
||||||
# echo "$META" >> $GITHUB_OUTPUT
|
# echo "$META" >> $GITHUB_OUTPUT
|
||||||
# echo "EOF" >> $GITHUB_OUTPUT
|
# echo "EOF" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
|
- name: Debug Environment
|
||||||
|
run: |
|
||||||
|
echo "PATH: $PATH"
|
||||||
|
which bash
|
||||||
|
which curl
|
||||||
|
which git
|
||||||
|
which jq
|
||||||
|
ls -l /var/run/act/actions/
|
||||||
|
# ls -l /var/run/act/actions/https---code.forgejo.org-sheik-forgejo-release@v2.6.0/forgejo-release.sh
|
||||||
|
echo "--- Running forgejo-release.sh with bash -x for more verbose output ---"
|
||||||
|
# /bin/bash -x /var/run/act/actions/https---code.forgejo.org-sheik-forgejo-release@v2.6.0/forgejo-release.sh || true
|
||||||
|
# The '|| true' allows the workflow to continue even if this fails
|
||||||
|
shell: bash
|
||||||
|
|
||||||
- name: Create Forgejo Release
|
- name: Create Forgejo Release
|
||||||
uses: actions/forgejo-release@v2
|
uses: actions/forgejo-release@v2
|
||||||
with:
|
with:
|
||||||
|
|
@ -166,4 +180,4 @@ jobs:
|
||||||
**🔐 Flake Revision:**
|
**🔐 Flake Revision:**
|
||||||
`${{ github.sha }}`
|
`${{ github.sha }}`
|
||||||
|
|
||||||
release-dir: "${{ steps.artifact.outputs.download-path }}/nix-support"
|
release-dir: "result/nix-support"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue