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
|
on: push
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
tests:
|
test-commit-works:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@ -18,9 +18,9 @@ jobs:
|
|||||||
id: "auto-commit-action"
|
id: "auto-commit-action"
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
|
branch: ci-test
|
||||||
commit_message: Message
|
commit_message: Message
|
||||||
checkout_options: -b
|
checkout_options: -b
|
||||||
branch: ci-test
|
|
||||||
|
|
||||||
- name: Delete Branch
|
- name: Delete Branch
|
||||||
run: git push -d origin ci-test
|
run: git push -d origin ci-test
|
||||||
|
Loading…
Reference in New Issue
Block a user