Skip to content

Commit

Permalink
init commit
Browse files Browse the repository at this point in the history
  • Loading branch information
NxPKG committed Oct 14, 2023
1 parent 14e9822 commit 53262a7
Show file tree
Hide file tree
Showing 45 changed files with 6 additions and 5,020 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ bin
.envrc
dist/
.idea
.pytest_cache
.DS_Store
*.pyc
__pycache__/
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ runs:
with:
python-version: '3.x'
- name: Install Dependencies
run: pip install -r $GITHUB_ACTION_PATH/actions/src/requirements.txt > /dev/null
run: pip install -r $GITHUB_ACTION_PATH/src/requirements.txt > /dev/null
shell: bash
# Pass inputs via shell until https://github.com/actions/runner/issues/665 resolved
- name: Pass Inputs to Shell
Expand All @@ -29,7 +29,7 @@ runs:
echo "INPUT_APP_NAME=${{ inputs.app-name }}" >> $GITHUB_ENV
shell: bash
- name: Authenticate into Shipyard
run: python $GITHUB_ACTION_PATH/actions/src/fetch_shipyard_env.py
run: python $GITHUB_ACTION_PATH/src/fetch_shipyard_env.py
shell: bash
branding:
icon: git-pull-request
Expand Down
4 changes: 0 additions & 4 deletions actions/.gitignore

This file was deleted.

21 changes: 0 additions & 21 deletions actions/LICENSE

This file was deleted.

84 changes: 0 additions & 84 deletions actions/README.md

This file was deleted.

21 changes: 0 additions & 21 deletions actions/action/LICENSE

This file was deleted.

92 changes: 0 additions & 92 deletions actions/action/README.md

This file was deleted.

Loading

0 comments on commit 53262a7

Please sign in to comment.