Files
11note-docker-netbird/.github/workflows
2025-07-11 07:39:26 +02:00
..
2025-06-18 11:31:29 +02:00
2025-07-11 07:39:26 +02:00
2025-07-11 07:39:26 +02:00
2025-06-18 11:31:29 +02:00
2025-06-18 11:37:39 +02:00

name: readme

on:
  workflow_dispatch:

jobs:
  readme:
    runs-on: ubuntu-latest
    steps:
      - name: update README.md
        uses: the-actions-org/workflow-dispatch@3133c5d135c7dbe4be4f9793872b6ef331b53bc7
        with:
          wait-for-completion: false
          workflow: docker.yml
          token: "${{ secrets.REPOSITORY_TOKEN }}"
          inputs: '{ "build":"false", "release":"false", "readme":"true" }'