gitlab-ci-discord-webhook
gitlab-ci-discord-webhook copied to clipboard
Wrap true in quotes to make it a string in
Summary of Changes
This pull request addresses the following modification:
- Changed Configuration Variable:
LINK_ARTIFACT- Before:
"true" - After:
true
- Before:
Description
We have updated the configuration of the LINK_ARTIFACT variable in our GitLab CI/CD pipeline. Previously, it was set as a string with the value "true", and we have now changed it to a boolean with the value true.
Handling Configuration Errors
If you encounter the following error after merging this change:
Found errors in your .gitlab-ci.yml:
variables config should be a hash of key value pairs
value can be a hash