Skip to content

Generator

Generator #892

Workflow file for this run

name: Generator
on:
workflow_dispatch:
schedule:
- cron: '0 8 * * *'
jobs:
generator:
runs-on: ubuntu-latest
permissions: write-all
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: auto generator
run: |
bash download.sh
export SYNC_DIR=skopeo
/tmp/sync-aliyun
- uses: peter-evans/create-pull-request@v7
with:
title: 'workflow: Automated Workflow Update for ${{steps.get-current-tag.outputs.tag }}'
body: |
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action
commit-message: |
🤖 add workflow change for images.
branch: workflow
base: main
signoff: false
delete-branch: true
reviewers: cuisongliu
branch-suffix: short-commit-hash
labels: sync-images
token: ${{ secrets.G_SYNC_ALIYUN_TOKEN }}
committer: sealos-ci-robot <sealos-ci-robot@sealos.io>
author: sealos-ci-robot <sealos-ci-robot@sealos.io>