Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
uint committed Jul 4, 2023
1 parent aa9f84b commit b17c238
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/hi.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Greet
on:
issue_comment
# types:
# - created
jobs:
generate_report:
runs-on: ubuntu-latest
steps:
- name: Respond
run: echo "howdy"
# uses: actions/github-script@v4
# with:
# script: |
# github.issues.createComment({
# issue_number: context.issue.number,
# owner: context.repo.owner,
# repo: context.repo.repo,
# body: "howdy",
# });

0 comments on commit b17c238

Please sign in to comment.