Update .forgejo/workflows/test-registry.yaml
This commit is contained in:
parent
7de04dc557
commit
fc8271330f
1 changed files with 9 additions and 0 deletions
|
|
@ -10,6 +10,15 @@ jobs:
|
||||||
packages: write
|
packages: write
|
||||||
contents: read
|
contents: read
|
||||||
steps:
|
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 }}"
|
||||||
- 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