Skip to content

Commit

Permalink
change reusable to use local action
Browse files Browse the repository at this point in the history
  • Loading branch information
kang-makes committed Oct 14, 2024
1 parent 1f813ba commit abcab67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable_trigger_prerelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
fetch-depth: 0
ref: ${{ github.event.repository.default_branch }}
token: "${{ secrets.bot_token }}"
- uses: newrelic/release-toolkit/contrib/ohi-release-notes@v1
- uses: ./actions/ohi-release-notes
id: release-data
with:
excluded-dirs: "${{ inputs.rt-excluded-dirs }}"
Expand Down

0 comments on commit abcab67

Please sign in to comment.