Skip to content

Commit

Permalink
Change target branch
Browse files Browse the repository at this point in the history
  • Loading branch information
aenciso committed Jun 25, 2024
1 parent 62af1fb commit f9947e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-dependabot-PR-nvmrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Update Dependabot PR
on:
push:
branches:
- 'dependabot/docker/main/node-22.3.0-alpine'
- 'dependabot/docker/main/node-22.3.0-alpine-test'

jobs:
update:
Expand All @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # pin@v4.1.7
with:
ref: 'dependabot/docker/main/node-22.3.0-alpine'
ref: 'dependabot/docker/main/node-22.3.0-alpine-test'
- name: Set up git
run: |
git config user.name 'github-actions[bot]'
Expand Down

0 comments on commit f9947e5

Please sign in to comment.