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
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
5252on :
53- release :
54- types :
55- - published
56- - edited
53+ release :
54+ types :
55+ - published
56+ - edited
5757
5858# #
5959# 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