diff --git a/action.yml b/action.yml index d02be60..3d5fc98 100644 --- a/action.yml +++ b/action.yml @@ -16,16 +16,16 @@ inputs: GITLAB_USERNAME: description: "The GITLAB username for authentication" required: true - default: ${{ secrets.GITLAB_PASSWORD }} + default: "${{ secrets.GITLAB_PASSWORD }}" GITLAB_PASSWORD: description: "The GITLAB access token to allow us to push" required: true - default: ${{ secrets.GITLAB_PASSWORD }} + default: "${{ secrets.GITLAB_PASSWORD }}" GITLAB_PROJECT_ID: description: "The GITLAB destination" required: true - default: ${{ secrets.GITLAB_PASSWORD }} + default: "${{ secrets.GITLAB_PASSWORD }}" GITHUB_TOKEN: description: "Personal GITHUB_TOKEN" required: true - default: ${{ secrets.GITHUB_TOKEN }} + default: "${{ secrets.GITHUB_TOKEN }}"