Refactor(.github/workflows/release.yml): Clean up
white spaces Removed unnecessary white spaces from the release.yml file in the Github actions workflow to enhance readability and improve code neatness.
This commit is contained in:
parent
021c217223
commit
59088fccf5
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Import GPG key
|
- name: Import GPG key
|
||||||
id: import_gpg
|
id: import_gpg
|
||||||
uses: crazy-max/ghaction-import-gpg@v5
|
uses: crazy-max/ghaction-import-gpg@v5
|
||||||
@ -32,7 +32,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Update apt cache
|
- name: Update apt cache
|
||||||
run: apt-get update -y
|
run: apt-get update -y
|
||||||
|
|
||||||
- name: Build Package
|
- name: Build Package
|
||||||
run: ./main.sh
|
run: ./main.sh
|
||||||
|
|
||||||
@ -47,4 +47,4 @@ jobs:
|
|||||||
|
|
||||||
CLOUDFLARE_TOKEN: ${{ secrets.CLOUDFLARE_TOKEN }}
|
CLOUDFLARE_TOKEN: ${{ secrets.CLOUDFLARE_TOKEN }}
|
||||||
PURGE_URLS: ${{ vars.PURGE_URLS }}
|
PURGE_URLS: ${{ vars.PURGE_URLS }}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user