diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2024-12-17 14:59:15 -0500 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2024-12-17 14:59:15 -0500 |
commit | af29342eaf05081af29f112837cb9e79f4d0b037 (patch) | |
tree | fc6796a09d28c6ad3775533a1abcc621ac40afc6 /.github/workflows | |
parent | 3e802952e7b7116a65cb133578326689b8fa7a39 (diff) |
fix repo uri
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: |- |