Skip to content

Commit

Permalink
Fixes an incorrectly named workflow variable
Browse files Browse the repository at this point in the history
  • Loading branch information
cgranleese-r7 committed Oct 18, 2024
1 parent 4e97488 commit d2e4abb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ on:

jobs:
build:
uses: rapid7/metasploit-framework/.github/workflows/shared_meterpreter_acceptance.yml@master
uses: cgranleese-r7/metasploit-framework/.github/workflows/shared_meterpreter_acceptance.yml@fix-reusable-pipeline-report-generation
with:
metasploit-framework_commit: ${{ github.event.inputs.metasploitFrameworkCommit }}
metasploit_framework_commit: ${{ github.event.inputs.metasploitFrameworkCommit }}
build_metasploit_payloads: true

0 comments on commit d2e4abb

Please sign in to comment.