Update .forgejo/workflows/test-registry.yaml
This commit is contained in:
parent
f16b77b3d4
commit
86bf8344cb
1 changed files with 5 additions and 8 deletions
|
|
@ -12,13 +12,10 @@ jobs:
|
|||
steps:
|
||||
- name: Debug
|
||||
run: |
|
||||
echo "actor: ${{ github.actor }}"
|
||||
echo "token set: ${{ github.token != '' }}"
|
||||
echo "repo: ${{ github.repository }}"
|
||||
echo "Forgejo object"
|
||||
echo "actor: ${{ forgejo.actor }}"
|
||||
echo "token set: ${{ forgejo.token != '' }}"
|
||||
echo "repo: ${{ forgejo.repository }}"
|
||||
echo "actor=[${{ github.actor }}]"
|
||||
echo "repo=[${{ github.repository }}]"
|
||||
echo "event=[${{ github.event_name }}]"
|
||||
echo "ref=[${{ github.ref }}]"
|
||||
- uses: actions/checkout@v4
|
||||
- name: Login
|
||||
uses: docker/login-action@v3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue