Skip to content

Commit

Permalink
create workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wendelfabianchinsamy committed Oct 8, 2023
1 parent a1edbd3 commit a9906ac
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/output.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: Output information
on: workflow_dispatch
jobs:
info:
runs-on: ubuntu-latest
steps:
- name: Output Github context
run: echo "${{ toJson(github) }}"

0 comments on commit a9906ac

Please sign in to comment.