fix: ci is failing since 2022-10-17 (#1397)

* Update push.yml

* Update main.yaml

* Update action.yml
This commit is contained in:
ChristopherHX 2022-10-17 18:03:17 +02:00 committed by GitHub
parent ff5e289804
commit 5d2eb1f238
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View file

@ -10,6 +10,6 @@ jobs:
steps:
- name: hello
uses: actions/hello-world-docker-action@master
uses: actions/hello-world-docker-action@v1
with:
who-to-greet: "World"

View file

@ -32,7 +32,7 @@ runs:
shell: bash
- uses: ./localdockerimagetest_
# Also test a remote docker action here
- uses: actions/hello-world-docker-action@main
- uses: actions/hello-world-docker-action@v1
with:
who-to-greet: 'Mona the Octocat'
# Test if GITHUB_ACTION_PATH is set correctly after all steps

View file

@ -5,6 +5,6 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/hello-world-docker-action@main
- uses: actions/hello-world-docker-action@v1
with:
who-to-greet: 'Mona the Octocat'