Skip to content

Commit

Permalink
Disable shellsheck for git-checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanzweifel committed Oct 24, 2020
1 parent 1e826be commit 4a75a2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ _switch_to_branch() {
git fetch;

# Switch to branch from current Workflow run
# shellcheck disable=SC2086
git checkout $INPUT_BRANCH;
}

Expand Down

0 comments on commit 4a75a2e

Please sign in to comment.