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:
Fran Mulero 2022-09-14 11:06:28 +02:00 committed by GitHub
parent 6a13cbc75d
commit f73ff5ce49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

16
.github/workflows/fmulero-test.yml vendored Normal file
View 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"