📎 Fix and improve ci

This commit is contained in:
Yamila Moreno
2025-08-21 17:42:37 +02:00
parent 66f5eb57b9
commit b12d44150b
4 changed files with 4 additions and 4 deletions

View File

@@ -30,7 +30,7 @@ jobs:
id: vars
run: |
echo "commit_hash=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
echo "gh_ref=${{ inputs.gh_ref }}" >> $GITHUB_OUTPUT
echo "gh_ref=${{ inputs.gh_ref || github.ref_name }}" >> $GITHUB_OUTPUT
- name: Run manage.sh build-bundle from host
run: ./manage.sh build-bundle

View File

@@ -1,4 +1,4 @@
name: Build and Upload Penpot DEVELOP Bundle
name: DEVELOP - Build and Upload Penpot Bundle
on:
schedule:

View File

@@ -1,4 +1,4 @@
name: Build and Upload Penpot STAGING Bundle
name: STAGING - Build and Upload Penpot Bundle
on:
schedule:

View File

@@ -1,4 +1,4 @@
name: Build and Upload Penpot TAG Bundle
name: TAG - Build and Upload Penpot Bundle
on:
push: