From 76b318d609b60ff31d6d28c146097c7ce089619b Mon Sep 17 00:00:00 2001 From: Mitchell Krog Date: Mon, 21 Jun 2021 11:21:56 +0200 Subject: [PATCH] FIX action.yml --- .github/workflows/action.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 90de98bf2..f99b2abbd 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -32,4 +32,5 @@ jobs: - name: Run build shell: bash - echo "Done" + run: echo "Done" + #run: ./scripts/travis-commit.sh \ No newline at end of file