[c] add ⚙️ emoji to 'Update website debug info'
This commit is contained in:
parent
387b400d78
commit
d0da5a206f
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ jobs:
|
||||||
- name: ⬇️ Checkout Repository
|
- name: ⬇️ Checkout Repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Update debug.json with Git info
|
- name: ⚙️ Update website debug info
|
||||||
run: |
|
run: |
|
||||||
export TAG=$(echo "${{ github.ref }}" | sed 's/refs\/tags\///')
|
export TAG=$(echo "${{ github.ref }}" | sed 's/refs\/tags\///')
|
||||||
export SHA=$(echo "${{ github.sha }}")
|
export SHA=$(echo "${{ github.sha }}")
|
||||||
|
|
Loading…
Reference in a new issue