Skip to content

qiazo/enigma-virtualbox-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Enigma Virtualbox Action

GitHub Super-Linter CI Check dist/ CodeQL Coverage

Usage

steps:
  - name: Checkout
    id: checkout
    uses: actions/checkout@v4

  - name: Test Local Action
    id: test-action
    uses: qiazo/enigma-virtualbox-action@v1 # Commit with the `v1` tag
    with:
      entry: .github
      input: LICENSE
      output: README.md
      exclude: '**/licensed.yml'

  - name: Print Output
    id: output
    run: echo "${{ steps.test-action.outputs.config-path }}"

Tests

steps:
  - name: Checkout
    id: checkout
    uses: actions/checkout@v4

  - name: Test Local Action
    id: test-action
    uses: ./
    with:
      entry: .github
      input: LICENSE
      output: README.md
      exclude: '**/licensed.yml'

  - name: Print Output
    id: output
    run: echo "${{ steps.test-action.outputs.config-path }}"

License

MIT