Skip to content

Commit

Permalink
chore: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
UlisesGascon committed Apr 18, 2024
1 parent 120c48a commit 659bb61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
id: get_repo
run: |
if [[ "${{ github.event_name }}" == "pull_request" ]]; then
echo ::set-output name=repo::${{ github.event.pull_request.head.repo.full_name }}
echo "repo=${{ github.event.pull_request.head.repo.full_name }}" >> $GITHUB_OUTPUT
else
echo ::set-output name=repo::${{ github.repository }}
echo "repo=${{ github.repository }}" >> $GITHUB_OUTPUT
fi
- name: Repository Dispatch
Expand Down

0 comments on commit 659bb61

Please sign in to comment.