Skip to content

Commit

Permalink
https lcone
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilbirmiwal committed Sep 12, 2023
1 parent 4a453c4 commit 3d56b19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/upload_impacted_targets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Compute Impacted Targets
uses: trunk-io/merge-action@2a9433fae028ffe38ce139390e23dc2fd4a39e7a
uses: trunk-io/merge-action@4a453c44d74173e20e3b079bd02d8bc966c6bb5f
with:
### Use your repositories API token to authenticate impacted targets uploads.
trunk-token: ${{ secrets.TRUNK_REPO_API_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion src/scripts/compute_impacted_targets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -euo pipefail
shopt -s expand_aliases

git clone git@github.com:trunk-io/merge-action.git
git clone https://github.com/trunk-io/merge-action.git

if [[ (-z ${MERGE_INSTANCE_BRANCH}) || (-z ${PR_BRANCH}) ]]; then
echo "Missing branch"
Expand Down

0 comments on commit 3d56b19

Please sign in to comment.