From c39918366a2786cc308f9db159b52a321630bd54 Mon Sep 17 00:00:00 2001 From: erexer <13180883+erexer@users.noreply.github.com> Date: Tue, 14 Jan 2025 12:35:26 -0800 Subject: [PATCH] add access to repo url --- .github/workflows/test.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fd810f2..ea68554 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,6 +22,5 @@ jobs: env: AZURE_OPENAI_API_KEY: ${{ secrets.AZURE_OPENAI_API_KEY }} AZURE_OPENAI_ENDPOINT: ${{ secrets.AZURE_OPENAI_ENDPOINT }} - repo_url: ${{ github.repository }} - run: python format_file.py - + REPO_URL: ${{ github.repository }} + run: python format_file.py \ No newline at end of file