Skip to content

Commit

Permalink
fix: use proper variable names
Browse files Browse the repository at this point in the history
  • Loading branch information
CubicrootXYZ committed Oct 20, 2024
1 parent b606236 commit 2519001
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
needs: [render_openapi_spec]
uses: CubicrootXYZ/Workflows/.github/workflows/[email protected]
with:
spec_artifact_name: rendered-api-docu
spec_artifact_path: index.html
artifact_name: rendered-api-docu
artifact_path: index.html

build_and_push_image:
needs: [golang_test, golang_quality, render_openapi_spec]
Expand Down

0 comments on commit 2519001

Please sign in to comment.