Updating job

This commit is contained in:
Sahil Ahuja 2025-02-10 12:20:11 +05:30
parent 8a615ceb52
commit 27635d5be0

View File

@ -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