Skip to content

Commit

Permalink
First test (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
shleikes authored Feb 13, 2024
1 parent c94b230 commit 9837538
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/update-sdk-version.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Update SDK version

on:
repository_dispatch:
types: [package-version-updated]

jobs:
triggered-job:
runs-on: ubuntu-latest
steps:
- name: Print triggered workflow details
run: echo "Workflow triggered by ${{ github.actor }} in repo ${{ github.repository }}!"

0 comments on commit 9837538

Please sign in to comment.