Fixing repo name

This commit is contained in:
Sahil Ahuja 2025-03-06 23:18:46 +05:30
parent c214aac69d
commit 58708425fd
2 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@ jobs:
TAG=`echo $ISSUE_COMMENT_STRING | jq ".tag"`
REPO=`echo $ISSUE_COMMENT_STRING | jq ".repo"`
SENDER=`echo $ISSUE_COMMENT_STRING | jq ".sender"`
DOCKER_REPO=${{ vars.docker_repo2_registry }}/$REPO_NAME
DOCKER_REPO=${{ vars.docker_repo2_registry }}/$REPO
echo "TAG=$TAG" >> "$GITHUB_OUTPUT";
echo "REPO=$REPO" >> "$GITHUB_OUTPUT";
echo "SENDER=$SENDER" >> "$GITHUB_OUTPUT";
@ -52,7 +52,7 @@ jobs:
with:
github-server-url: ${{ github.server_url }}
repository: gmetribin/deploy-tools
ref: v1.1.37
ref: v1.1.38
path: deploy-tools
# token: $\{{ github.token }} # DEFAULT / Any pushes with github.token don't trigger a chained build

View File

@ -61,7 +61,7 @@ jobs:
with:
github-server-url: ${{ github.server_url }}
repository: gmetribin/deploy-tools
ref: v1.1.37
ref: v1.1.38
path: deploy-tools
- name: Increment cs version in nm repo and push