Skip to content

πŸ”’ Move winfiles #72

πŸ”’ Move winfiles

πŸ”’ Move winfiles #72

name: 'πŸ”’ Move winfiles'
run-name: 'πŸ”’ Move winfiles'
on:
push:
branches:
- main
paths:
- 'genfiles/images/**'
- 'shared/**'
- 'winfiles/**'
- '!**/README.md'
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: write
jobs:
move-files:
runs-on: ubuntu-latest
name: 'Move files'
environment: winfiles
steps:
- name: 'Checkout repository'
id: checkout-repo
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: 'Move files'
id: move-files
uses: ./.github/actions/templates/moveFiles
with:
CONFIG_FILE_PATH: 'winfiles/to_move.yaml'