Updating job
This commit is contained in:
parent
8a615ceb52
commit
27635d5be0
5
.github/workflows/nm-update.yml
vendored
5
.github/workflows/nm-update.yml
vendored
@ -21,7 +21,6 @@ on:
|
|||||||
# workflow_dispatch:
|
# workflow_dispatch:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
NM_ENV: gmetrivr/nm-dev
|
|
||||||
CS_REPO: ${{ github.repository }}
|
CS_REPO: ${{ github.repository }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@ -40,7 +39,7 @@ jobs:
|
|||||||
set -x
|
set -x
|
||||||
TAG_NAME=${{ github.ref_name }}
|
TAG_NAME=${{ github.ref_name }}
|
||||||
REF_NAME=${{ github.event.ref }}
|
REF_NAME=${{ github.event.ref }}
|
||||||
NM_ENV=${{ env.NM_ENV }}
|
nm_repo=${{ inputs.nm_repo }}
|
||||||
|
|
||||||
- name: Checkout cs repo
|
- name: Checkout cs repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
@ -51,7 +50,7 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
github-server-url: ${{ github.server_url }}
|
github-server-url: ${{ github.server_url }}
|
||||||
repository: ${{ env.NM_ENV }}
|
repository: ${{ inputs.nm_repo }}
|
||||||
ref: main
|
ref: main
|
||||||
path: nm
|
path: nm
|
||||||
token: ${{ secrets.bot_build_repo_token }} #This is because we want to trigger a new build
|
token: ${{ secrets.bot_build_repo_token }} #This is because we want to trigger a new build
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user