Skip to content

Commit

Permalink
Merge pull request #5536 from arash77/workflowhub-update
Browse files Browse the repository at this point in the history
Update GitHub Actions Workflow for workflowhub
  • Loading branch information
bgruening authored Nov 14, 2024
2 parents c3373da + 6db059d commit 7bb60a7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/workflowhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,12 @@ jobs:
runner-job:
if: github.repository_owner == 'galaxyproject'
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 2000
persist-credentials: false
Expand Down Expand Up @@ -63,7 +66,7 @@ jobs:
git diff
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
uses: peter-evans/create-pull-request@v7
with:
title: Update WorkflowHub IDs
branch-suffix: timestamp
Expand Down

0 comments on commit 7bb60a7

Please sign in to comment.