Skip to content

Commit

Permalink
First Version Release: v1
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWisker committed Jul 1, 2023
1 parent 5d04dcb commit ce70c0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 29 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/github_stalemate.yml

This file was deleted.

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
<h2 align="center">Usage [<a href="https://github.com/TheWisker/aur-update#index">↑</a>]</h2>

To use this **GitHub Action** you need to already have **initialized** the **AUR repository** and **uploaded** a first **version**.
The **pkgbase** must not end in `-git` for this action to work and to *differentiate* it from the *release* action which you can maintain with this action's twin [AUR Update Git][twin].
The **pkgbase** must **not** end in `-git` for this action to work and to *differentiate* it from the *release* action which you can maintain with this action's twin [AUR Update Git][twin].

Once that has been taken care of, you need to create a **folder** in your GitHub **repository** were the AUR **packages** will be **stored** and **updated** (by default /aur). Inside said folder, you must **creat** a **folder** named exactly as the **pkgbase** for each package you intend to maintain. Then, *optionally*, **fill** each package's folder with it's AUR **content** (PKGBUILD .SRCINFO ...).
Once that has been taken care of, you need to create a **folder** in your GitHub **repository** were the AUR **packages** will be **stored** and **updated** (by default /aur). Inside said folder, you must **create** a **folder** named exactly as the **pkgbase** for each package you intend to maintain. Then, *optionally*, **fill** each package's folder with it's AUR **content** (PKGBUILD .SRCINFO ...).

After all this preparations have been done it is only left to **create** the **workflow** `.yml` file under `.github/workflows/`.

Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
email: TheWisker@protonmail.com
```

Specifies a **concurrency** group so if it is called multiple times at once it is **serialized**. It also specifies an **environment** to deploy to so you can, for example, add a **delay** to said environment so you can cancel the AUR **update** if there has been a mistake commit. The environment can also be used to only **allow access** to the AUR_KEY **secret** to it to minimize **security** risks.
Specifies a **concurrency** group so if it is called multiple times at once it only runs the **last one**. It also specifies an **environment** to deploy to so you can, for example, add a **delay** to said environment so you can cancel the AUR **update** if there has been a mistake in the release. The environment can also be used to only **allow access** to the AUR_KEY **secret** to it to minimize **security** risks.

<h2 align="center">Discussions [<a href="https://github.com/TheWisker/aur-update#index">↑</a>]</h2>

Expand Down

0 comments on commit ce70c0c

Please sign in to comment.