mirror of
https://github.com/zhom/donutbrowser.git
synced 2026-05-12 12:51:34 +02:00
chore: prevent code injection
This commit is contained in:
@@ -25,8 +25,8 @@ jobs:
|
||||
id: get-release
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
TAG_NAME: ${{ github.event.workflow_run.head_branch }}
|
||||
run: |
|
||||
TAG_NAME="${{ github.event.workflow_run.head_branch }}"
|
||||
echo "tag-name=$TAG_NAME" >> $GITHUB_OUTPUT
|
||||
|
||||
# Get release info by tag
|
||||
|
||||
Reference in New Issue
Block a user