Skip to content

Commit

Permalink
feat: update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
fernirteam committed Apr 20, 2024
1 parent 1946f7f commit 8fce5e9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/auto-merge-from-dev-server-to-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0
token: ${{ secrets.GITHUB_TOKEN }}

- name: Setup Git
run: |
Expand All @@ -23,4 +22,4 @@ jobs:
run: |
git checkout dev
git merge --no-ff dev-server
git push origin dev
git push origin dev

0 comments on commit 8fce5e9

Please sign in to comment.