We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05d33dc commit fc900d0Copy full SHA for fc900d0
.github/workflows/update-version.yml
@@ -31,6 +31,9 @@ jobs:
31
- name: Echo SdkVersionHelper
32
run: echo "$(cat ./src/Packages/Passport/Runtime/Scripts/Private/Helpers/SdkVersionInfoHelpers.cs)"
33
34
+ - name: Echo Github Event
35
+ run: echo "${{ toJson(github.event) }}"
36
+
37
# - name: Set up Python
38
# uses: actions/setup-python@v4
39
# with:
0 commit comments