Skip to content

Commit

Permalink
DeleteMe: Testing purpose
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidprzybylo committed Apr 4, 2024
1 parent f97aec4 commit 6c9b43a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-manifest-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
git config --global user.name "Nordic Builder"
- name: Change west.yml PR revision
run: |
PROJECT_KEY=$(yq --exit-status '.manifest.projects[] | select(.repo-path == "${{ github.event.repository.name }}") | key' west.yml)
PROJECT_KEY=$(yq --exit-status '.manifest.projects[] | select(.repo-path == "${{ github.event.repository.name == github-action-testing }}") | key' west.yml)
yq ".manifest.projects[$PROJECT_KEY].revision = \"pull/${{ github.event.pull_request.number }}/head\"" west.yml > tmp.yml
diff -B west.yml tmp.yml | patch west.yml -
- name: Change west.yml Dragoon revision
Expand Down

0 comments on commit 6c9b43a

Please sign in to comment.