Rename Step

This commit is contained in:
Stefan Zweifel 2020-10-17 14:51:58 +02:00
parent 2b5c86365b
commit 55291ea168
1 changed files with 2 additions and 2 deletions

View File

@ -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