diff --git a/.github/workflows/communitytodevel.yml b/.github/workflows/communitytodevel.yml index abd5594..ed9f0c7 100644 --- a/.github/workflows/communitytodevel.yml +++ b/.github/workflows/communitytodevel.yml @@ -34,6 +34,6 @@ jobs: # Job ID job_id: 5f933cbcf9c74e86b1609c00 # Variables - variables: '{ "gitrepo": "https://github.com/ansible-lockdown/RHEL8-CIS.git", "image": "ami-0335e1660e1197d63", "githubBranch": "${{ github.head_ref }}", "username": "rocky" }' + variables: '{ "gitrepo": "https://github.com/ansible-lockdown/RHEL9-CIS.git", "image": "ami-0335e1660e1197d63", "githubBranch": "${{ github.head_ref }}", "username": "rocky" }' # Refactr API base URL api_url: # optional diff --git a/.github/workflows/develtomain.yml b/.github/workflows/develtomain.yml index b5534ed..467bc3e 100644 --- a/.github/workflows/develtomain.yml +++ b/.github/workflows/develtomain.yml @@ -35,6 +35,6 @@ jobs: # Job ID job_id: 5f90ad90f9c74e6d1e606e33 # Variables - variables: '{ "gitrepo": "https://github.com/ansible-lockdown/RHEL8-CIS.git", "image": "ami-0335e1660e1197d63", "username": "rocky" }' + variables: '{ "gitrepo": "https://github.com/ansible-lockdown/RHEL9-CIS.git", "image": "ami-0335e1660e1197d63", "username": "rocky" }' # Refactr API base URL api_url: # optional