Skip to content

Commit

Permalink
fixed actions
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldisaro committed Apr 3, 2024
1 parent 3790d36 commit b44e7e6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
name: "Build workspace"
description: "This action builds the project."


inputs:
workspace-name:
description: The name of the workspace to create the artifact for"
required: true

runs:
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ jobs:
fetch-depth: 3

- name: Build workspace
uses: "./.github/actions/build.yaml"
uses: "./.github/actions/build"
with:
workspace-name: ${{ inputs.workspace-name }}

- name: Make workspace artifact
id: make_artifact
uses: "./.github/actions/create-artifact.yaml"
uses: "./.github/actions/create-artifact"
with:
workspace-name: ${{ inputs.workspace-name }}

Expand Down

0 comments on commit b44e7e6

Please sign in to comment.