Skip to content

Commit

Permalink
Create log-published.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TsayAdobe authored Aug 26, 2023
1 parent 106afa5 commit 4afa684
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/log-published.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
on:
repository_dispatch:
types:
- resource-published
jobs:
print:
runs-on: ubuntu-latest
steps:
- run: |
echo "Status: ${{ github.event.client_payload.status }}"
echo "Path: ${{ github.event.client_payload.path }}"

0 comments on commit 4afa684

Please sign in to comment.