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
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Debug
|
||||
run:
|
||||
echo "${{ github.actor }}"
|
||||
echo "${{ github.token }}"
|
||||
- name: Login
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue