-
Notifications
You must be signed in to change notification settings - Fork 141
Closed
Description
I'm working on an Elixir + Phoenix project. There are two files I wish to ignore:
assets/package-lock.json
priv/repo/structure.sql
Given this config:
name: Create diagram
on:
workflow_dispatch: {}
push:
branches:
- "AP-47"
jobs:
get_data:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@master
- name: Update diagram
uses: githubocto/repo-visualizer@main
with:
commit_message: "skip ci"
excluded_paths: "mix.lock,.github,_build,priv/repo/structure.sql,assets/package-lock.json,nix"
I see this:
Why is that?
Metadata
Metadata
Assignees
Labels
No labels