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:
|
steps:
|
||||||
- name: Debug
|
- name: Debug
|
||||||
run: |
|
run: |
|
||||||
echo "actor: ${{ github.actor }}"
|
echo "actor=[${{ github.actor }}]"
|
||||||
echo "token set: ${{ github.token != '' }}"
|
echo "repo=[${{ github.repository }}]"
|
||||||
echo "repo: ${{ github.repository }}"
|
echo "event=[${{ github.event_name }}]"
|
||||||
echo "Forgejo object"
|
echo "ref=[${{ github.ref }}]"
|
||||||
echo "actor: ${{ forgejo.actor }}"
|
|
||||||
echo "token set: ${{ forgejo.token != '' }}"
|
|
||||||
echo "repo: ${{ forgejo.repository }}"
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Login
|
- name: Login
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue