Skip to content

Commit

Permalink
fix missing action id definition
Browse files Browse the repository at this point in the history
Signed-off-by: Gergő Jedlicska <[email protected]>
  • Loading branch information
gjedlicska authored Aug 11, 2023
1 parent ef6a3b8 commit a7568a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ runs:
- uses: actions/[email protected] # checkout the repository in which this GitHub Action is being used.
- name: Speckle Automate function version publisher
uses: specklesystems/[email protected]
id: register_speckle_function_version
with:
speckle_automate_url: ${{ inputs.speckle_automate_url }}
speckle_token: ${{ inputs.speckle_token }}
Expand All @@ -52,6 +53,6 @@ runs:
with:
context: ${{ inputs.docker_context }}
file: ${{ inputs.dockerfile_path }}
tags: ${{ steps.register-speckle-function-version.outputs.speckle_automate_host }}/${{ inputs.speckle_function_id }}:${{ steps.register-speckle-function-version.outputs.version_id }}
tags: ${{ steps.register_speckle_function_version.outputs.speckle_automate_host }}/${{ inputs.speckle_function_id }}:${{ steps.register-speckle-function-version.outputs.version_id }}
target: ''
push: true

0 comments on commit a7568a9

Please sign in to comment.