Skip to content

Commit

Permalink
Update rw_process_repo_pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
surchs authored Oct 11, 2023
1 parent ff61a92 commit b328412
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/rw_process_repo_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ on:
type: string

jobs:
debug_first:
runs-on: ubuntu-latest
steps:
- name: hello
run: |
echo "hello from here" ${{inputs.repo}}
find_pr:
runs-on: ubuntu-latest
name: Get PRs
Expand Down

0 comments on commit b328412

Please sign in to comment.