changing branch name
This commit is contained in:
parent
8e32ad1315
commit
6fb580e6ef
|
|
@ -124,6 +124,7 @@ jobs:
|
|||
INNER_SOURCE_ACTIONS_APP_ID: ${{ secrets.INNER_SOURCE_ACTIONS_APP_ID }}
|
||||
INNER_SOURCE_ACTIONS_APP_PRIVATE_KEY_BASE64: ${{ secrets.INNER_SOURCE_ACTIONS_APP_PRIVATE_KEY_BASE64 }}
|
||||
|
||||
|
||||
- id: plan
|
||||
uses: ./../.actions/terragrunt-plan-action
|
||||
with:
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ name: CI-GATED
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ refator-pipeline ]
|
||||
branches: [ main ]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Reference in New Issue