diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2024-12-17 15:09:25 -0500 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2024-12-17 15:09:25 -0500 |
commit | e5184ab4fc68c08c4f8f9dace233086706d0c9fd (patch) | |
tree | 14ba38355b4b9660f23c05f31832268aa4f537ee /.github/workflows | |
parent | 1c4fbc6d829b0ca21cdb59b3a119e55aaadd2e7a (diff) |
Simplify action
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 949bb96..1320581 100644 --- a/.github/workflows/aur.yml +++ b/.github/workflows/aur.yml @@ -24,7 +24,7 @@ jobs: PKG_NAME: termpicker GIT_USER: ChausseBenjamin run: |- - docker run \ + docker run -rm \ -e AUR_PRIVATE_KEY="$AUR_PRIVATE_KEY" \ -e AUR_PUBLIC_KEY="$AUR_PUBLIC_KEY" \ -e PKG_REPO_URI="$PKG_REPO_URI" \ |