Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
guru-aot committed Jun 14, 2024
1 parent b4c5814 commit 6a609af
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/clamav.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: ClamAV - Install/Upgrade/Remove
run-name: ClamAV - ${{ inputs.environment }} ClamAV in ${{ inputs.environment }} using ${{ inputs.gitRef }}
run-name: ClamAV - ${{ inputs.environment }} ClamAV in ${{ inputs.environment }} using ${{ github.ref_name }}

on:
workflow_dispatch:
Expand All @@ -20,10 +20,6 @@ on:
description: "ClamAV Image Tag"
required: true
default: "main"
gitRef:
description: "Git Ref"
required: true
default: "main"

jobs:
manageClamav:
Expand All @@ -36,7 +32,7 @@ jobs:
- name: Checkout Target Branch
uses: actions/checkout@v4
with:
ref: ${{ inputs.gitRef }}
ref: ${{ github.ref_name }}
- name: Log in to OpenShift
run: |
oc login --token=${{ secrets.SA_TOKEN }} --server=${{ vars.OPENSHIFT_CLUSTER_URL }}
Expand Down

0 comments on commit 6a609af

Please sign in to comment.