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
|
contents: read
|
||||||
steps:
|
steps:
|
||||||
- name: Debug
|
- name: Debug
|
||||||
run: |
|
run: |
|
||||||
echo "actor=[${{ github.actor }}]"
|
echo "actor=[${{ github.actor }}]"
|
||||||
echo "repo=[${{ github.repository }}]"
|
echo "repo=[${{ github.repository }}]"
|
||||||
echo "event=[${{ github.event_name }}]"
|
echo "event=[${{ github.event_name }}]"
|
||||||
echo "ref=[${{ github.ref }}]"
|
echo "ref=[${{ github.ref }}]"
|
||||||
- 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