Skip to content

Commit

Permalink
Remove unused code.
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffano committed Jul 28, 2024
1 parent b35d3b8 commit c201116
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ runs:
shell: sh
run: |
cd $GITHUB_ACTION_PATH && docker build -f Dockerfile --build-arg IMAGE=${{ inputs.image }} --build-arg SHELL=${{ inputs.shell }} -t local_image:8.8.8 .
- name: Deploy on pushes

run: echo 'DEPLOY=true' >> "$GITHUB_ENV"
- name: Run Docker container on the GitHub Workspace directory
if: inputs.env_file == ''
shell: sh
Expand Down

0 comments on commit c201116

Please sign in to comment.