Skip to content

Commit

Permalink
chore: update actions to new trestlebot release v0.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: Jennifer Power <[email protected]>
  • Loading branch information
jpower432 committed Oct 26, 2023
1 parent 18864f6 commit d211eb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
token: ${{ steps.get_installation_token.outputs.token }}
- name: Create new component definition
id: create-cd
uses: jpower432/trestle-bot/actions/create-cd@PSCE-256-P2
uses: RedHatProductSecurity/trestle-bot/actions/create-cd@v0.4.0
with:
markdown_path: "markdown/components"
profile_name: ${{ github.event.inputs.import_name }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/transform-rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
token: ${{ steps.get_installation_token.outputs.token }}
- name: Transform rules
id: transform
uses: jpower432/trestle-bot/actions/create-cd@PSCE-256-P2
uses: RedHatProductSecurity/trestle-bot/actions/[email protected]
with:
file_pattern: "*.json,rules/*"
branch: ${{ inputs.branch }}
Expand Down

0 comments on commit d211eb4

Please sign in to comment.