Skip to content

Commit 786f712

Browse files
authored
Merge pull request GEOS-ESM#1229 from GEOS-ESM/feature/update-push-to-develop-workflow
2 parents 7856dc3 + b340ec0 commit 786f712

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/push-to-develop.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,15 @@ on:
88
jobs:
99
pull_request:
1010
name: Create Pull Request
11+
if: github.repository_owner == 'GEOS-ESM'
1112
runs-on: ubuntu-latest
1213
steps:
1314
- name: Checkout repo
14-
uses: actions/checkout@v5
15+
uses: actions/checkout@v6
1516
with:
1617
fetch-depth: 0
1718
- name: Run the action
18-
uses: devops-infra/action-pull-request@v0.5.5
19+
uses: devops-infra/action-pull-request@v1.0.2
1920
with:
2021
github_token: ${{ secrets.GITHUB_TOKEN }}
2122
source_branch: develop

0 commit comments

Comments
 (0)