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:
|
||||
|
||||
env:
|
||||
NM_ENV: gmetrivr/nm-dev
|
||||
CS_REPO: ${{ github.repository }}
|
||||
|
||||
jobs:
|
||||
@ -40,7 +39,7 @@ jobs:
|
||||
set -x
|
||||
TAG_NAME=${{ github.ref_name }}
|
||||
REF_NAME=${{ github.event.ref }}
|
||||
NM_ENV=${{ env.NM_ENV }}
|
||||
nm_repo=${{ inputs.nm_repo }}
|
||||
|
||||
- name: Checkout cs repo
|
||||
uses: actions/checkout@v4
|
||||
@ -51,7 +50,7 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
github-server-url: ${{ github.server_url }}
|
||||
repository: ${{ env.NM_ENV }}
|
||||
repository: ${{ inputs.nm_repo }}
|
||||
ref: main
|
||||
path: nm
|
||||
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