Skip to content

Commit 35dd61a

Browse files
committed
.gitea: show environment in release-ppa.yml
1 parent 09289fd commit 35dd61a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitea/workflows/release-ppa.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v4
1515

16+
- name: Show environment
17+
run: |
18+
env
19+
1620
- name: Set up Go
1721
uses: actions/setup-go@v5
1822
with:

0 commit comments

Comments
 (0)