This commit is contained in:
parent
80f80c74bb
commit
da0752b0de
1 changed files with 4 additions and 0 deletions
|
|
@ -11,6 +11,10 @@ jobs:
|
||||||
contents: read
|
contents: read
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
- name: Debug
|
||||||
|
run:
|
||||||
|
echo "${{ github.actor }}"
|
||||||
|
echo "${{ github.token }}"
|
||||||
- name: Login
|
- name: Login
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue