chore: set actons repo to main

This commit is contained in:
CharlieC3
2023-12-07 21:29:55 -05:00
parent 786f6b89ed
commit 22951b73d2

View File

@@ -131,7 +131,7 @@ jobs:
- name: Checkout actions repo
uses: actions/checkout@v4
with:
ref: feat/subenvs
ref: main
token: ${{ secrets.GH_TOKEN }}
repository: ${{ secrets.DEVOPS_ACTIONS_REPO }}
@@ -176,7 +176,7 @@ jobs:
- name: Checkout actions repo
uses: actions/checkout@v4
with:
ref: feat/subenvs
ref: main
token: ${{ secrets.GH_TOKEN }}
repository: ${{ secrets.DEVOPS_ACTIONS_REPO }}
@@ -222,7 +222,7 @@ jobs:
- name: Checkout actions repo
uses: actions/checkout@v4
with:
ref: feat/subenvs
ref: main
token: ${{ secrets.GH_TOKEN }}
repository: ${{ secrets.DEVOPS_ACTIONS_REPO }}