diff options
author | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2024-01-20 18:55:11 +0100 |
---|---|---|
committer | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2024-01-20 18:55:11 +0100 |
commit | 12866514486dc2a3566bdfc9f26b751c78c88e1d (patch) | |
tree | 6b438bf38d95d7f63299488ab5f3f806b2174274 | |
parent | Fix offset_line in copilot (diff) | |
download | gpt4free-12866514486dc2a3566bdfc9f26b751c78c88e1d.tar gpt4free-12866514486dc2a3566bdfc9f26b751c78c88e1d.tar.gz gpt4free-12866514486dc2a3566bdfc9f26b751c78c88e1d.tar.bz2 gpt4free-12866514486dc2a3566bdfc9f26b751c78c88e1d.tar.lz gpt4free-12866514486dc2a3566bdfc9f26b751c78c88e1d.tar.xz gpt4free-12866514486dc2a3566bdfc9f26b751c78c88e1d.tar.zst gpt4free-12866514486dc2a3566bdfc9f26b751c78c88e1d.zip |
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/copilot.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/copilot.yml b/.github/workflows/copilot.yml index 38c24378..f7083c0c 100644 --- a/.github/workflows/copilot.yml +++ b/.github/workflows/copilot.yml @@ -4,7 +4,6 @@ on: pull_request: types: - opened - - synchronize env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |