Skip to content

Commit

Permalink
fix: update scala workflow to check for java examples in newrelic
Browse files Browse the repository at this point in the history
  • Loading branch information
elaguerta-nr authored May 22, 2024
1 parent 1023198 commit f27e6f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fossa-scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Download newrelic.jar
if: ${{ github.repository == 'newrelic-csec/newrelic-java-examples' }}
if: ${{ github.repository == 'newrelic/newrelic-java-examples' }}
run: |
mkdir newrelic-java-agent/scala/segment-api-synchronous/libs
curl https://download.newrelic.com/newrelic/java-agent/newrelic-agent/current/newrelic.jar --output newrelic-java-agent/scala/segment-api-synchronous/libs/newrelic.jar
Expand Down

0 comments on commit f27e6f2

Please sign in to comment.