Skip to content

Commit 2185a65

Browse files
committed
Run bundle install
1 parent 784a8cc commit 2185a65

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

action.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,6 @@ runs:
5959
IMPORTMAP_DRY_RUN: ${{ inputs.dry-run }}
6060
IMPORTMAP_AUTHOR_NAME: ${{ inputs.author-name }}
6161
IMPORTMAP_AUTHOR_EMAIL: ${{ inputs.author-email }}
62-
run: bundle exec exe/importmap-update 2>&1 | tee "${IMPORTMAP_RUN_LOG:-/dev/null}"
62+
run: |
63+
bundle install
64+
bundle exec exe/importmap-update 2>&1 | tee "${IMPORTMAP_RUN_LOG:-/dev/null}"

0 commit comments

Comments
 (0)