Skip to content

Commit

Permalink
Merge pull request #153 from TheDragonCode/3.x
Browse files Browse the repository at this point in the history
Too many arguments, expected only one token
  • Loading branch information
andrey-helldar authored Jun 11, 2023
2 parents 9f34766 + 6a19425 commit edfd526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell/plugins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
IS_PLUGINS_CONFIG=1

[ ! -z "${INPUT_GITHUB_TOKEN}" ] && {
composer global config github-oauth.github.com token ${INPUT_GITHUB_TOKEN}
composer global config github-oauth.github.com ${INPUT_GITHUB_TOKEN}
};

composer global config --no-plugins allow-plugins.dragon-code/codestyler true
Expand Down

0 comments on commit edfd526

Please sign in to comment.