Skip to content

Commit

Permalink
update action
Browse files Browse the repository at this point in the history
  • Loading branch information
ov7a committed Jun 18, 2024
1 parent ca37b9b commit 2b60783
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/auto-rebase.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Rebase groovy-dsl branch automatically
name: Rebase groovy-dsl branch
on:
push:
branches:
Expand All @@ -12,6 +12,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: checkout
uses: actions/checkout@v4
with:
ref: kotlin-dsl
fetch-depth: '0'

- name: checkout
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 2b60783

Please sign in to comment.