Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Noahnc committed Oct 24, 2023
1 parent ed30e81 commit 9a0b974
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ inputs:
push_changes:
description: "Push changes to the target branch. Defaults to true"
required: false
default: true
default: "true"
github_token:
description: "GitHub access token. Defaults to github.token."
default: ${{ github.token }}
Expand All @@ -35,11 +35,8 @@ runs:
- name: Install infrapatch
run: pip install .
shell: bash
- name: print dir
run: ls -la
shell: bash
- name: Run infrapatch
uses: ./action/infrapatch.yml
uses: ./action/
with:
target_branch: ${{ inputs.target_branch }}
registry_secrets: ${{ inputs.registry_secrets }}
Expand Down
File renamed without changes.

0 comments on commit 9a0b974

Please sign in to comment.