feat(action): add environment variables for version detection
All checks were successful
Auto Changelog & Release / release (push) Successful in 6s

- Introduces environment variables to enhance version detection
- Ensures compatibility with GitHub event context and references
This commit is contained in:
2025-06-14 18:56:13 +02:00
parent 99eb52732e
commit 72faeb5d9f

View File

@@ -21,6 +21,10 @@ runs:
- name: Detect version change
shell: bash
id: detect
env:
GITHUB_EVENT_BEFORE: ${{ github.event.before || '' }}
GITHUB_SHA: ${{ github.sha || '' }}
GITHUB_REF: ${{ github.ref || '' }}
run: |
bash ${{ github.action_path }}/scripts/detect-version-change.sh