Skip to content

Commit

Permalink
changed build to deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobaclarke committed Aug 19, 2023
1 parent 2dfde5f commit ececbdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions actions/build/action.yaml → actions/deploy/action.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: build
name: deploy

inputs:
tag:
Expand All @@ -8,6 +8,6 @@ runs:
using: "composite"
# Defining the action steps(Just one step to be simple)
steps:
- name: Build
- name: Deploy
run: build
shell: bash

0 comments on commit ececbdf

Please sign in to comment.