Skip to content

Commit

Permalink
Don't overnest the action or github doesn't know what to do. (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Thorogood committed Sep 1, 2021
1 parent c35fa4a commit 88e9b5f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-install-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: ./actions/install/entrypoint.sh
- uses: uwit-iam/common-build-scripts/install-action@test-install-action
- run: test -d ./.build-scripts/sources
2 changes: 1 addition & 1 deletion actions/install/action.yml → install-action/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ runs:
using: composite
steps:
- shell: bash
run: ${{ github.action_path }}/entrypoint.sh
run: ${{ github.action_path }}/entrypoint.sh --version ${{ inputs.version }}
File renamed without changes.

0 comments on commit 88e9b5f

Please sign in to comment.