fix: ci is failing since 2022-10-17 (#1397)
* Update push.yml * Update main.yaml * Update action.yml
This commit is contained in:
2
pkg/runner/testdata/issue-104/main.yaml
vendored
2
pkg/runner/testdata/issue-104/main.yaml
vendored
@@ -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"
|
||||
|
@@ -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
|
||||
@@ -41,4 +41,4 @@ runs:
|
||||
- run: stat $GITHUB_ACTION_PATH/action.yml
|
||||
shell: bash
|
||||
- run: '[[ "$GITHUB_ACTION_REPOSITORY" == "" ]] && [[ "$GITHUB_ACTION_REF" == "" ]]'
|
||||
shell: bash
|
||||
shell: bash
|
||||
|
@@ -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'
|
||||
|
Reference in New Issue
Block a user