mirror of
https://github.com/ivuorinen/sysvinit-service-generator.git
synced 2026-02-16 04:52:28 +00:00
chore(ci): pin calibreapp/image-actions version
This commit is contained in:
5
.github/workflows/compress-images.yml
vendored
5
.github/workflows/compress-images.yml
vendored
@@ -5,7 +5,7 @@ name: Compress Images on Demand
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '00 23 * * 0'
|
||||
- cron: "00 23 * * 0"
|
||||
|
||||
permissions: read-all
|
||||
|
||||
@@ -21,10 +21,9 @@ jobs:
|
||||
|
||||
- name: Compress Images
|
||||
id: calibre
|
||||
uses: calibreapp/image-actions@main
|
||||
uses: calibreapp/image-actions@737ceeaeed61e17b8d358358a303f1b8d177b779 # 1.1.0
|
||||
with:
|
||||
githubToken: ${{ secrets.GITHUB_TOKEN }}
|
||||
compressOnly: true
|
||||
|
||||
- name: Create New Pull Request If Needed
|
||||
if: steps.calibre.outputs.markdown != ''
|
||||
|
||||
Reference in New Issue
Block a user