diff --git a/.github/workflows/upload_impacted_targets.yaml b/.github/workflows/upload_impacted_targets.yaml index 9442ce8..5a08911 100644 --- a/.github/workflows/upload_impacted_targets.yaml +++ b/.github/workflows/upload_impacted_targets.yaml @@ -17,7 +17,7 @@ jobs: lfs: true - name: Compute Impacted Targets - uses: trunk-io/merge-action@89c49f1880cbdc55726a3e7216c1b05cf7321467 + uses: trunk-io/merge-action@7892141d5667431db80de9b7c8fd82378c7390bd with: trunk-token: ${{ secrets.TRUNK_ORG_TOKEN }} bazel-workspace-path: workspace diff --git a/workspace/target_1/another_file_to_add.txt b/workspace/target_1/another_file_to_add.txt new file mode 100644 index 0000000..5eebd73 --- /dev/null +++ b/workspace/target_1/another_file_to_add.txt @@ -0,0 +1 @@ +Something SomethingSomethingSomethingSomethingSomethingSomethingSomething \ No newline at end of file diff --git a/workspace/target_2/another_target_diff.txt b/workspace/target_2/another_target_diff.txt new file mode 100644 index 0000000..465e873 --- /dev/null +++ b/workspace/target_2/another_target_diff.txt @@ -0,0 +1 @@ +Wooo \ No newline at end of file