.gitea: show environment in release-ppa.yml
Some checks are pending
/ Linux Build (arm) (push) Waiting to run
/ Linux Build (push) Waiting to run
/ Docker Image (push) Waiting to run

This commit is contained in:
Felix Lange 2025-06-19 20:37:02 +02:00
parent 09289fd154
commit 35dd61a3bf

View file

@ -13,6 +13,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Show environment
run: |
env
- name: Set up Go
uses: actions/setup-go@v5
with: