Skip to content

Commit

Permalink
fix: allow using action in containers
Browse files Browse the repository at this point in the history
  • Loading branch information
axtloss committed Aug 13, 2024
1 parent c333e2c commit d56614f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,9 @@ inputs:
runs:
using: 'composite'
steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Setup Vib
shell: bash
run: |
bash ${{ github.action_path }}/setup.sh ${{ inputs.plugins }}
run: $GITHUB_ACTION_PATH/setup.sh ${{ inputs.plugins }}

- name: Run Vib
shell: bash
Expand Down

0 comments on commit d56614f

Please sign in to comment.