Skip to content

Commit

Permalink
Update quality-assurance.yaml workflow
Browse files Browse the repository at this point in the history
Signed-off-by: James Bradlee <james.bradlee@telenor.no>
  • Loading branch information
testersen committed Apr 1, 2024
1 parent 3d865b8 commit 4b34ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/quality-assurance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
if [[ "${{ github.event_name }}" == "push" ]]; then
echo "This is a push to a branch"
elif [[ "${{ github.event_name }}" == "pull_request" ]]; then
gh pr diff --name-only --color never
gh pr diff --name-only --color never ${{ github.event.number }}
fi
env:
GITHUB_TOKEN: ${{ github.token }}
Expand Down

0 comments on commit 4b34ea0

Please sign in to comment.