diff options
author | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2024-01-21 17:01:26 +0100 |
---|---|---|
committer | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2024-01-21 17:01:26 +0100 |
commit | 283bddc15264cfeef4c6eb18d4481bef58df231b (patch) | |
tree | 281f020fc5ce7996e8517eb9bec2a5f028996f53 /.github | |
parent | Print env (diff) | |
download | gpt4free-283bddc15264cfeef4c6eb18d4481bef58df231b.tar gpt4free-283bddc15264cfeef4c6eb18d4481bef58df231b.tar.gz gpt4free-283bddc15264cfeef4c6eb18d4481bef58df231b.tar.bz2 gpt4free-283bddc15264cfeef4c6eb18d4481bef58df231b.tar.lz gpt4free-283bddc15264cfeef4c6eb18d4481bef58df231b.tar.xz gpt4free-283bddc15264cfeef4c6eb18d4481bef58df231b.tar.zst gpt4free-283bddc15264cfeef4c6eb18d4481bef58df231b.zip |
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/copilot.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/copilot.yml b/.github/workflows/copilot.yml index a43ee19a..40a633ea 100644 --- a/.github/workflows/copilot.yml +++ b/.github/workflows/copilot.yml @@ -28,4 +28,4 @@ jobs: - name: AI Code Review env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: env + run: python -m etc.tool.copilot |