Skip to content

Merge branch 'git-commit-push-action-12310775494-windows-full-remote'… #825

Merge branch 'git-commit-push-action-12310775494-windows-full-remote'…

Merge branch 'git-commit-push-action-12310775494-windows-full-remote'… #825

name: Test 91
on:
push:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: windows-latest
steps:
- name: Clone GuillaumeFalourd/formulas-training PRIVATE repository
uses: GuillaumeFalourd/clone-github-repo-action@v2.3
with:
owner: 'GuillaumeFalourd'
repository: 'formulas-training'
access-token: ${{ secrets.ACCESS_TOKEN }}
- name: Access cloned repository content
run: |
Set-Location formulas-training
Get-ChildItem -Force