Skip to content

Commit

Permalink
Merge pull request #5 from robinzzzzzon/task-004
Browse files Browse the repository at this point in the history
add 2nd draft of workflow
  • Loading branch information
robinzzzzzon authored Nov 17, 2024
2 parents 9362dc3 + 777eedf commit 4184032
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/checking_issues.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@

name: Second workflow
on:
issues:
types: [opened, reopened]
jobs:
print_issue_event:
runs-on: ubuntu-latest
steps:
- name: print issue event
run: echo "${{ toJSON(ginhub.event) }}"

0 comments on commit 4184032

Please sign in to comment.