File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -86,11 +86,11 @@ workflow(
8686
8787 run (
8888 name = " Fetch maven-metadata.xml for top-level action" ,
89- command = " curl --fail http://localhost:8080/binding/actions/checkout/maven-metadata.xml" ,
89+ command = " curl --fail http://localhost:8080/binding/actions/checkout/maven-metadata.xml | grep '<version>v4</version>' " ,
9090 )
9191 run (
9292 name = " Fetch maven-metadata.xml for nested action" ,
93- command = " curl --fail http://localhost:8080/binding/actions/cache__save/maven-metadata.xml" ,
93+ command = " curl --fail http://localhost:8080/binding/actions/cache__save/maven-metadata.xml | grep '<version>v4</version>' " ,
9494 )
9595 }
9696
Original file line number Diff line number Diff line change @@ -47,10 +47,10 @@ jobs:
4747 .github/workflows/test-script-consuming-jit-bindings.main.kts
4848 - id : ' step-5'
4949 name : ' Fetch maven-metadata.xml for top-level action'
50- run : ' curl --fail http://localhost:8080/binding/actions/checkout/maven-metadata.xml'
50+ run : ' curl --fail http://localhost:8080/binding/actions/checkout/maven-metadata.xml | grep '' <version>v4</version> '' '
5151 - id : ' step-6'
5252 name : ' Fetch maven-metadata.xml for nested action'
53- run : ' curl --fail http://localhost:8080/binding/actions/cache__save/maven-metadata.xml'
53+ run : ' curl --fail http://localhost:8080/binding/actions/cache__save/maven-metadata.xml | grep '' <version>v4</version> '' '
5454 deploy :
5555 name : ' Deploy to DockerHub'
5656 runs-on : ' ubuntu-latest'
You can’t perform that action at this time.
0 commit comments