Skip to content

Commit

Permalink
PR number
Browse files Browse the repository at this point in the history
  • Loading branch information
jainankit committed Dec 1, 2023
1 parent a8c2042 commit 0dceb52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/aviator-targets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- run: |
set -euo pipefail
git fetch origin $GITHUB_BASE_REF
PR_NUMBER=${{ github.event.number }}
TARGETS_JSON=$(npx nx show projects --affected --base FETCH_HEAD --head HEAD --json)
echo $TARGETS_JSON
curl -X POST -H "Authorization: Bearer ${{ secrets.AVIATOR_API_KEY }}" \
Expand Down

0 comments on commit 0dceb52

Please sign in to comment.