This commit is contained in:
parent
86bf8344cb
commit
635a680951
1 changed files with 5 additions and 5 deletions
|
|
@ -11,11 +11,11 @@ jobs:
|
|||
contents: read
|
||||
steps:
|
||||
- name: Debug
|
||||
run: |
|
||||
echo "actor=[${{ github.actor }}]"
|
||||
echo "repo=[${{ github.repository }}]"
|
||||
echo "event=[${{ github.event_name }}]"
|
||||
echo "ref=[${{ github.ref }}]"
|
||||
run: |
|
||||
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