10
.github/workflows/parse/action.yml
vendored
Normal file
10
.github/workflows/parse/action.yml
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
name: Get Variables
|
||||
|
||||
runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
- name: Parse Forgejo payload
|
||||
shell: bash
|
||||
run: |
|
||||
PAYLOAD_JSON='${{ toJSON(github.event.client_payload) }}'
|
||||
echo "FORGEJO_TAG=$(echo "$PAYLOAD_JSON" | jq -r '.tag')" >> $GITHUB_ENV
|
||||
Reference in New Issue
Block a user