From 55291ea168f7f68a8c454cebd44eacb8c1ae28e6 Mon Sep 17 00:00:00 2001 From: Stefan Zweifel Date: Sat, 17 Oct 2020 14:51:58 +0200 Subject: [PATCH] Rename Step --- .github/workflows/integration-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 8b93b90..08d2cb9 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -3,7 +3,7 @@ name: Integration Tests on: push jobs: - tests: + test-commit-works: runs-on: ubuntu-latest steps: @@ -18,9 +18,9 @@ jobs: id: "auto-commit-action" uses: ./ with: + branch: ci-test commit_message: Message checkout_options: -b - branch: ci-test - name: Delete Branch run: git push -d origin ci-test