Update actions

This commit is contained in:
blu3 2025-02-05 13:38:48 +03:00 committed by GitHub
parent 2851a33fef
commit 5d91210c9c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
name: Upload to bunny name: Deploy to BunnyCDN
on: on:
workflow_dispatch: workflow_dispatch:
@ -6,16 +6,12 @@ on:
jobs: jobs:
upload: upload:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy:
matrix:
go-version: [1.22.3]
steps: steps:
- name: Checkout code - name: Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Deploy to BunnyCDN - name: Deploy to BunnyCDN
uses: ayeressian/bunnycdn-storage-deploy@v2.2.4 uses: ayeressian/bunnycdn-storage-deploy@v2
with: with:
source: "" source: ""
destination: "" destination: ""
@ -24,5 +20,3 @@ jobs:
upload: "true" upload: "true"
remove: "false" remove: "false"
purgePullZone: "false" purgePullZone: "false"