Thanks to visit codestin.com
Credit goes to github.com

Skip to content

excluded_paths is Sort of Not Working #27

@jherdman

Description

@jherdman

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:

Screen Shot 2021-08-11 at 1 23 16 PM

Why is that?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions