Skip to content

Commit

Permalink
Do not use glob expansion
Browse files Browse the repository at this point in the history
  • Loading branch information
babarot committed Jun 13, 2024
1 parent 9fb1920 commit b6b770e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/bin/bash

# do not expand glob to use doublestar(Go package)
set -o noglob

export CLI_LOG=${INPUT_LOG}

if ${INPUT_ADDED:-false}; then
Expand Down

0 comments on commit b6b770e

Please sign in to comment.