Skip to content

Can't locate output from snk. Am I missing something? #116

@Vortigern-The-Grey

Description

@Vortigern-The-Grey

This is my workflow file:

name: generate-snake-game-from-github-contribution-grid
# Controls when the workflow will run

on: # Triggers the workflow on push or pull request events but only for the "main" branch
  push:
    branches: [ "main" ]
  pull_request:
    branches: [ "main" ]
  schedule: # execute every 12 hours
    - cron: "* */12 * * *"
  # Allows you to run this workflow manually from the Actions tab
  workflow_dispatch:

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
  # This workflow contains a single job called "build"
  snek:
    # The type of runner that the job will run on
    runs-on: ubuntu-latest

    # Steps represent a sequence of tasks that will be executed as part of the job
    steps:
      # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
      - uses: Platane/snk@v3.2.0
        id: snake-gif
  
        with:
          github_user_name: Vortigern-The-Grey
          outputs: |
            dist/github-contribution-grid-snake.svg
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

My README:

### Hi there 👋
![snek](https://github.com/Vortigern-The-Grey/Vortigern-The-Grey/blob/output/github-contribution-grid-snake.svg)

Do I have anything wrong?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions