You've already forked armbian.github.io
mirror of
https://github.com/armbian/armbian.github.io.git
synced 2026-01-06 11:42:20 -08:00
Show payload
This commit is contained in:
@@ -27,10 +27,18 @@ concurrency:
|
||||
|
||||
jobs:
|
||||
|
||||
Payload:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Show payload
|
||||
run: |
|
||||
echo "target = ${{ github.event.client_payload.target }}"
|
||||
|
||||
Check:
|
||||
|
||||
name: "Check membership" # Only release manager can execute this manually
|
||||
runs-on: ubuntu-latest
|
||||
needs: Payload
|
||||
steps:
|
||||
|
||||
- name: "Check membership"
|
||||
|
||||
Reference in New Issue
Block a user