diff --git a/.gitea/workflows/action.yaml b/.gitea/workflows/action.yaml index 3588003..1f213b1 100644 --- a/.gitea/workflows/action.yaml +++ b/.gitea/workflows/action.yaml @@ -12,5 +12,13 @@ jobs: steps: - logInfoMessage: Check out repository code run: | - echo "${{toJson(github)}}" - echo "${{toJson(gitea)}}" \ No newline at end of file + echo "${{gitea.server_url}}" + echo "${{gitea.repository_owner}}" + echo "${{gitea.repository}}" + echo "${{gitea.token}}" + echo "${{gitea.event.head_commit.message}}" + echo "${{gitea.event.head_commit.url}}" + echo "${{gitea.event.head_commit.message}}" + + + \ No newline at end of file