This commit is contained in:
daz 2024-02-08 22:52:56 -07:00
parent 4ed5c634b1
commit cc69c717e9
No known key found for this signature in database

View File

@ -53,7 +53,7 @@ runs:
- name: Check no setup-gradle
shell: bash
run: |
if [ -n "${GRADLE_BUILD_ACTION_SETUP_COMPLETED}" ];
if [ -n "${GRADLE_BUILD_ACTION_SETUP_COMPLETED}" ]; then
echo "The dependency-submission action cannot be used in the same Job as the setup-gradle action. Please use a separate Job for dependency submission."
exit 1
fi