Skip to content

Commit fc900d0

Browse files
committed
test: workflow
1 parent 05d33dc commit fc900d0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/update-version.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131
- name: Echo SdkVersionHelper
3232
run: echo "$(cat ./src/Packages/Passport/Runtime/Scripts/Private/Helpers/SdkVersionInfoHelpers.cs)"
3333

34+
- name: Echo Github Event
35+
run: echo "${{ toJson(github.event) }}"
36+
3437
# - name: Set up Python
3538
# uses: actions/setup-python@v4
3639
# with:

0 commit comments

Comments
 (0)