Skip to content

Commit

Permalink
add workflow-tester71
Browse files Browse the repository at this point in the history
Signed-off-by: GuillaumeFalourd <[email protected]>
  • Loading branch information
GuillaumeFalourd committed Oct 30, 2022
1 parent 815cd04 commit 07292d6
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/workflow-tester71.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Test 71 # Related to https://stackoverflow.com/questions/74252630/get-the-login-of-a-user-that-issued-a-comment-on-github-actions

on:
issue_comment:
types: [created]

jobs:
job1:
runs-on: ubuntu-latest
steps:
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJSON(github) }}
run: echo "$GITHUB_CONTEXT"

job2:
runs-on: ubuntu-latest
steps:
- run: echo ${{ github.actor }}

0 comments on commit 07292d6

Please sign in to comment.