Skip to content

Commit

Permalink
[chore] fix issuegenerator path (open-telemetry#29318)
Browse files Browse the repository at this point in the history
workflows have been failing and then trying to use `issuegenerator` to
create issues, but the path for the tool was incorrect. see
https://github.com/open-telemetry/opentelemetry-collector-contrib/actions/runs/6895702499/job/18761957296
as an example

Signed-off-by: Alex Boten <aboten@lightstep.com>
  • Loading branch information
Alex Boten authored and aishyandapalli committed Nov 17, 2023
1 parent 32e55c6 commit ca7496b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/load-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:

- name: GitHub Issue Generator
if: ${{ failure() && github.ref == 'refs/heads/main' }}
run: issuegenerator $TEST_RESULTS
run: ./.tools/issuegenerator $TEST_RESULTS

update-benchmarks:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ca7496b

Please sign in to comment.