mirror of
https://github.com/bitnami/containers.git
synced 2026-03-12 14:57:54 +08:00
Workflow to read github context
Helper to retrieve information about card movements Signed-off-by: Fran Mulero <fmulero@vmware.com>
This commit is contained in:
16
.github/workflows/fmulero-test.yml
vendored
Normal file
16
.github/workflows/fmulero-test.yml
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
name: '[FMULERO] Cards movements test'
|
||||
on:
|
||||
project_card:
|
||||
types:
|
||||
- moved
|
||||
|
||||
jobs:
|
||||
printJob:
|
||||
name: Print event
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Dump GitHub context
|
||||
env:
|
||||
GITHUB_CONTEXT: ${{ toJson(github) }}
|
||||
run: |
|
||||
echo "$GITHUB_CONTEXT"
|
||||
Reference in New Issue
Block a user