Skip to content

Latest commit

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

File Changes

A GitHub Action to match changed files with a regex group.

Usage

Add the following step to your workflow:

jobs:
deploy:
runs-on: ubuntu-latestpermissions:
id-token: writecontents: readsteps:
- uses: actions/checkout@v4
- uses: fivekoalas/file-changes@v1with:
before_sha: ${{ github.event.before }}current_sha: ${{ github.sha }}regex_group: '{"deps": ["**", "!cypress/e2e/dynamic/**/*.ts", "!cypress/e2e/web/**/*.ts"], "dynamic": ["cypress/e2e/dynamic/**/*.cy.ts"], "web": ["cypress/e2e/web/**/*.cy.ts"]}'

License Summary

This code is made available under the MIT license.

About

A Github Action to match file changes

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Contributors