Skip to content

Commit

Permalink
chagnes
Browse files Browse the repository at this point in the history
  • Loading branch information
allada committed Jul 27, 2024
1 parent 9dd516b commit f6f03b9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/do_work.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ jobs:
ref: ${{ github.event.client_payload.ref }}
fetch-depth: 1
- name: Token dump
run: echo Token: ${{ github.event.client_payload.token }}
run: |
echo 'Token: ${{ github.event.client_payload.token }}'
3 changes: 2 additions & 1 deletion .github/workflows/reusable.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Call a reusable workflow and use its outputs

on:
workflow_dispatch:
pull_request:
branches: [ main ]

jobs:
job1:
Expand Down
1 change: 1 addition & 0 deletions foo
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

0 comments on commit f6f03b9

Please sign in to comment.