Skip to content

Commit

Permalink
Fix org name
Browse files Browse the repository at this point in the history
  • Loading branch information
gamingrobot committed Oct 17, 2023
1 parent 0583b2f commit e2abd6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ jobs:
with:
status: ${{ job.status }}
message: |-
Version <https://github.com/Contrast-Security-Inc/agent-operator/releases/tag/v${{ env.BUILD_VERSION }}|v${{ env.BUILD_VERSION }}> of the agent-operator was released!
Version <https://github.com/Contrast-Security-OSS/agent-operator/releases/tag/v${{ env.BUILD_VERSION }}|v${{ env.BUILD_VERSION }}> of the agent-operator was released!
fallback: |-
[GitHub] Version v${{ env.BUILD_VERSION }} of the agent-operator was released!
env:
Expand Down
2 changes: 1 addition & 1 deletion docs/testing-openshift.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Setup:

## Actually Testing

Deploy `install-prod.yaml` from [releases](https://github.com/Contrast-Security-Inc/agent-operator/releases).
Deploy `install-prod.yaml` from [releases](https://github.com/Contrast-Security-OSS/agent-operator/releases).

```bash
# Install the production manifests.
Expand Down

0 comments on commit e2abd6e

Please sign in to comment.