Skip to content

Commit

Permalink
remove docker
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmullen committed Jun 28, 2023
1 parent 2522d92 commit c187e12
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
10 changes: 0 additions & 10 deletions Dockerfile

This file was deleted.

18 changes: 14 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,17 @@ outputs:
fails:
description: "Cause of failure, if run failed"
runs:
using: 'docker'
image: 'Dockerfile'
args:
- ${{ inputs.path }}
using: 'composite'
steps:
- run: $GITHUB_ACTION_PATH/entrypoint.sh
shell: bash
env:
INPUT_PATH: ${{ inputs.path }}
INPUT_BRANCH: ${{ inputs.branch }}
INPUT_FIRST_PARENT: ${{ inputs.first_parent }}
INPUT_PASS_IF_UNCHANGED: ${{ inputs.pass_if_unchanged }}
INPUT_FETCH_DEPTH: ${{ input.fetch_depth }}
INPUT_SUB_FETCH_DEPTH: ${{ inputs.sub_fetch_depth }}
INPUT_REQUIRE_HEAD: ${{ inputs.require_head }}
INPUT_DiSABLE_PROGRESSION: ${{ input.disable_progression }}
INPUT_EVENT_PATH: ${{ inputs.event_path }}

0 comments on commit c187e12

Please sign in to comment.