Skip to content

Commit

Permalink
wrap vars
Browse files Browse the repository at this point in the history
  • Loading branch information
buluma authored Mar 2, 2022
1 parent cc19e3c commit 9ad7923
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <GitLab project ID> 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 }}"

0 comments on commit 9ad7923

Please sign in to comment.