[c] add ⚙️ emoji to 'Update website debug info'

This commit is contained in:
Sangelo 2024-06-03 21:11:39 +02:00
parent 387b400d78
commit d0da5a206f

View file

@ -28,7 +28,7 @@ jobs:
- name: ⬇️ Checkout Repository
uses: actions/checkout@v4
- name: Update debug.json with Git info
- name: ⚙️ Update website debug info
run: |
export TAG=$(echo "${{ github.ref }}" | sed 's/refs\/tags\///')
export SHA=$(echo "${{ github.sha }}")