Skip to content

Commit

Permalink
update run-nala yaml to support running on consuming apps
Browse files Browse the repository at this point in the history
  • Loading branch information
Santoshkumar Sharanappa Nateekar committed Sep 17, 2024
1 parent 8da3683 commit 56cb63b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-nala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Run Nala
uses: adobecom/nala@main # Change if doing dev work
env:
labels: ${{ join(github.event.pull_request.labels.*.name, ' ') }}
labels: ${{ join(github.event.pull_request.labels.*.name, 'run-nala-on') }}
branch: ${{ github.event.pull_request.head.ref }}
repoName: ${{ github.repository }}
prUrl: ${{ github.event.pull_request.head.repo.html_url }}
Expand Down

0 comments on commit 56cb63b

Please sign in to comment.