Update workflow

This commit is contained in:
2025-11-24 13:07:31 +03:00
parent 717253ac5a
commit a42ccfdad4

View File

@@ -12,3 +12,6 @@ jobs:
- name: Use Gitea Context - name: Use Gitea Context
run: echo "${{ toJson(gitea) }}" run: echo "${{ toJson(gitea) }}"
- name: Use Github Context
run: echo "${{ toJson(github) }}"