Skip to content

Commit

Permalink
Made a few small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rmanaem committed Jan 10, 2025
1 parent 1482317 commit 2a1298a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/updated_examples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ jobs:
uses: actions/checkout@v4
with:
repository: neurobagel/neurobagel_examples
path: neurobagel_examples
token: ${{ steps.generate-token.outputs.token }}

- name: Download artifacts
Expand All @@ -66,13 +65,18 @@ jobs:
name: e2e-test-results
path: neurobagel_examples/query-tool-results

- name: debug
run: |
ls
- name: Create Pull Request
id: create_pr
uses: peter-evans/create-pull-request@v5
with:
token: ${{ steps.generate-token.outputs.token }}
commit-message: Update `query-tool-results` files
branch: neurobagel_examples/update-query-tool-results
branch: update-query-tool-results
title: Update `query-tool-results` files
body: "This PR updates the `query-tool-results` files with the latest changes."
base: main
labels: _bot

0 comments on commit 2a1298a

Please sign in to comment.