mirror of
https://github.com/stefanzweifel/git-auto-commit-action.git
synced 2024-11-06 02:08:05 +00:00
Rename Step
This commit is contained in:
parent
2b5c86365b
commit
55291ea168
4
.github/workflows/integration-tests.yml
vendored
4
.github/workflows/integration-tests.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user