Skip to content

[OPTIC-RELEASE-AUTOMATION] release/v1.1.12 #108

[OPTIC-RELEASE-AUTOMATION] release/v1.1.12

[OPTIC-RELEASE-AUTOMATION] release/v1.1.12 #108

Workflow file for this run

name: Test github-action-copy-files
on:
push:
branches:
- master
pull_request:
jobs:
action-test:
strategy:
matrix:
os: ['ubuntu-latest', 'windows-latest', 'macos-latest']
runs-on: ${{ matrix.os }}
name: Copy test files
steps:
- uses: actions/checkout@v4
name: Checkout
- uses: ./
name: Copy files
with:
source: './tests/**'
destination: './destination'
options: |
{
"overwrite": true,
"flat": true
}