diff options
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/aur.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/aur.yml b/.github/workflows/aur.yml index 49946ad..7397fb1 100644 --- a/.github/workflows/aur.yml +++ b/.github/workflows/aur.yml @@ -20,7 +20,7 @@ jobs: env: AUR_PRIVATE_KEY: ${{ secrets.AUR_PRIVATE_KEY }} AUR_PUBLIC_KEY: ${{ secrets.AUR_PUBLIC_KEY }} - PKG_REPO_URI: https://github.com/ChausseBenjamin/termpicker.git + PKG_REPO_URI: https://github.com/ChausseBenjamin/termpicker PKG_NAME: termpicker GIT_USER: ChausseBenjamin run: |- |