Skip to content

Commit

Permalink
Bugfix/outdated GitHub actions definition (#3)
Browse files Browse the repository at this point in the history
* Use GitHub Actions to auto rebase development onto main after commit

* Use checkout v4 to use node20 instead of deprecated v3

* Secrets not needed as using built-in GitHub Actions authentication
  • Loading branch information
mechakdotdev authored Sep 18, 2024
1 parent c114105 commit 9a966fa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/rebase-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand All @@ -29,5 +29,3 @@ jobs:
- name: Push changes
run: |
git push origin development --force
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 9a966fa

Please sign in to comment.