Skip to content

Commit

Permalink
[Actions] Updated .github/workflows/dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Oct 3, 2024
1 parent d207afa commit acb0bfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
auto-rebase:
runs-on: ubuntu-latest

if: github.ref == 'refs/heads/main' || github.event == 'release'
if: github.ref == 'refs/heads/main' || github.event_name == 'release'
timeout-minutes: 5
steps:
- name: "Initialise Workspace"
Expand All @@ -23,6 +23,6 @@ jobs:
run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE"

- name: "Rebase"
uses: bbeesley/gha-auto-dependabot-rebase@v1.3.345
uses: bbeesley/gha-auto-dependabot-rebase@v1.5.0
env:
GITHUB_TOKEN: ${{secrets.SOURCE_PUSH_TOKEN}}

0 comments on commit acb0bfb

Please sign in to comment.