Skip to content

Commit 1ccda92

Browse files
committed
ci: update workflows
1 parent 2737181 commit 1ccda92

File tree

4 files changed

+753
-189
lines changed

4 files changed

+753
-189
lines changed

.all-contributorsrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"projectName": "delete-deploy-env-action",
2+
"projectName": "gh-action-delete-deploy-env",
33
"projectOwner": "Aetherinox",
44
"repoType": "github",
55
"repoHost": "https://github.com",

.github/workflows/deploy-clean.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# secrets.DISCORD_WEBHOOK_CHAN_GITHUB_RELEASES discord webhook to report release notifications from github to discord
2727
# secrets.DISCORD_WEBHOOK_CHAN_GITHUB_WORKFLOWS discord webhook to report workflow notifications from github to discord
2828
# secrets.DISCORD_WEBHOOK_CHAN_GITHUB_UPDATES discord webhook to report activity notifications from github to discord
29-
#
29+
#
3030
#
3131
# @local these workflows can be tested locally through the use of `act`
3232
# https://github.com/nektos/act
@@ -58,7 +58,7 @@ on:
5858

5959
# #
6060
# Deployment Environment Name
61-
#
61+
#
6262
# this is the name of the deployment item
6363
# #
6464

@@ -231,7 +231,7 @@ jobs:
231231

232232
- name: >-
233233
⚙️ Deployments › Clean
234-
uses: Aetherinox/delete-deploy-env-action@v3
234+
uses: aetherinox/gh-action-delete-deploy-env@v3
235235
with:
236236
token: ${{ secrets.SELF_TOKEN_CL }}
237237
environment: '${{ env.DEPLOYMENT_ENV }}'

.github/workflows/release-publish-tag-latest.yml

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
# cleanup:
1919
# runs-on: ubuntu-latest
2020
# permissions: write-all
21-
#
21+
#
2222
# steps:
2323
# - name: >-
2424
# ⚙️ Deployments › Clean
25-
# uses: Aetherinox/delete-deploy-env-action@v3.0.0
25+
# uses: Aetherinox/gh-action-delete-deploy-env@v3.0.0
2626
# with:
2727
# token: ${{ secrets.SELF_TOKEN_CL }}
2828
# environment: orion
@@ -34,26 +34,26 @@
3434
# steps:
3535
# - name: >-
3636
# ⚙️ Deployments › Clean
37-
# uses: Aetherinox/delete-deploy-env-action@latest
37+
# uses: Aetherinox/gh-action-delete-deploy-env@latest
3838
#
3939
# grabs the latest version of your github release, and creates an additional tag called @latest
4040
# useful for projects that involve creating github workflows that others can use.
4141
# @author Aetherinox
4242
# @url https://github.com/Aetherinox
4343
# #
4444

45-
name: "📦 Release › Create @latest Tag"
46-
run-name: "📦 Release › Create @latest Tag"
45+
name: '📦 Release › Create @latest Tag'
46+
run-name: '📦 Release › Create @latest Tag'
4747

4848
# #
4949
# Triggers
5050
# #
5151

5252
on:
53-
release:
54-
types:
55-
- published
56-
- edited
53+
release:
54+
types:
55+
- published
56+
- edited
5757

5858
# #
5959
# Jobs
@@ -71,7 +71,6 @@ jobs:
7171
# #
7272

7373
- name: '☑️ Checkout'
74-
id: task_cloudflare_checkout
7574
uses: actions/checkout@v4
7675

7776
# #
@@ -83,12 +82,12 @@ jobs:
8382
# this is useful for projects like Github Workflows, because it allows a user to use
8483
# your github workflow and specify the @latest tag at the end of the workflow path.
8584
#
86-
# https://github.com/Aetherinox/delete-deploy-env-action
85+
# https://github.com/Aetherinox/gh-action-delete-deploy-env
8786
#
8887
# - name: "☁️ Publish to Cloudflare Pages"
8988
# id: task_publish_push
90-
# uses: aetherinox/delete-deploy-env-action@latest
91-
# ^^^^^^
89+
# uses: aetherinox/gh-action-delete-deploy-env@latest
90+
# ^^^^^^
9291
# #
9392

9493
- name: '🏷️ Update @latest build'

0 commit comments

Comments
 (0)