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:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
|
||||
- name: Import GPG key
|
||||
id: import_gpg
|
||||
uses: crazy-max/ghaction-import-gpg@v5
|
||||
@ -32,7 +32,7 @@ jobs:
|
||||
|
||||
- name: Update apt cache
|
||||
run: apt-get update -y
|
||||
|
||||
|
||||
- name: Build Package
|
||||
run: ./main.sh
|
||||
|
||||
@ -47,4 +47,4 @@ jobs:
|
||||
|
||||
CLOUDFLARE_TOKEN: ${{ secrets.CLOUDFLARE_TOKEN }}
|
||||
PURGE_URLS: ${{ vars.PURGE_URLS }}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user