We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58a66fa commit edfedbcCopy full SHA for edfedbc
.github/workflows/follow-up.yaml
@@ -18,7 +18,7 @@ jobs:
18
repository: solvedac/unofficial-documentation
19
github-token: ${{ secrets.PAT_FOLLOW_UP }}
20
run-id: ${{ github.event.inputs.run-id }}
21
- - run: tar -xf artifact.tar tsp-output/@typespec/openapi3/openapi.yaml
+ - run: tar -xf artifact.tar ./tsp-output/@typespec/openapi3/openapi.yaml
22
- uses: actions/setup-java@v4
23
with:
24
distribution: temurin
0 commit comments