Skip to content

Merge pull request #284 from okp4/dependabot/go_modules/github.com/ha… #234

Merge pull request #284 from okp4/dependabot/go_modules/github.com/ha…

Merge pull request #284 from okp4/dependabot/go_modules/github.com/ha… #234

Workflow file for this run

name: Give thanks
on:
push:
branches: [ main ]
jobs:
give-thanks:
runs-on: ubuntu-22.04
steps:
- name: Check out repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Find changed dependencies
id: changed-dependencies
uses: tj-actions/changed-files@v42.1.0
with:
files: |
go.mod
- name: Give thanks!
if: steps.changed-dependencies.outputs.any_changed == 'true' || github.event_name == 'workflow_dispatch'
run: |
docker run --rm \
-v $(pwd):/home \
psampaz/gothanks:v0.4.0 \
-y \
-github-token=${{ secrets.OKP4_TOKEN }}