mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-08 18:04:14 +01:00
[CI] upload the forgejo under test as an artifact for end-to-end (squash) do not display env
This commit is contained in:
parent
ba35f42e3d
commit
d186ec3db4
1 changed files with 0 additions and 1 deletions
|
@ -12,7 +12,6 @@ jobs:
|
|||
steps:
|
||||
- name: event
|
||||
run: |
|
||||
env
|
||||
echo github.event.pull_request.head.repo.fork = ${{ github.event.pull_request.head.repo.fork }}
|
||||
echo github.event.action = ${{ github.event.action }}
|
||||
echo github.event.pull_request.merged = ${{ github.event.pull_request.merged }}
|
||||
|
|
Loading…
Reference in a new issue