Skip to content

Commit dad7255

Browse files
committed
Fix git configuration when using github action
1 parent 7c6f3f8 commit dad7255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/createcommits.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# limitations under the License.
1515

1616
# If this is a github job, configure git
17-
if [[ $GITHUB_JOB == 1 ]]; then
17+
if [[ $GITHUB_JOB ]]; then
1818
git config --global user.name 'Yoshi Automation'
1919
git config --global user.email '[email protected]'
2020
fi

0 commit comments

Comments
 (0)