You've already forked getpsrc
							
							chore(ci): update workflow_dispatch for update docker hub description
This commit is contained in:
		| @@ -10,11 +10,10 @@ on: | |||||||
|  |  | ||||||
| jobs: | jobs: | ||||||
|   markdown-lint: |   markdown-lint: | ||||||
|     container: |  | ||||||
|       image: git.cryptic.systems/volker.raschek/markdownlint:0.45.0 |  | ||||||
|     runs-on: |     runs-on: | ||||||
|     - ubuntu-latest |     - ubuntu-latest | ||||||
|     steps: |     steps: | ||||||
|     - uses: actions/checkout@v4.2.2 |     - uses: actions/checkout@v4.2.2 | ||||||
|     - name: Lint Markdown files |     - uses: DavidAnson/markdownlint-cli2-action@v19.1.0 | ||||||
|       run: markdownlint --config .markdownlint.yaml . |       with: | ||||||
|  |         globs: '**/*.md' | ||||||
|   | |||||||
| @@ -4,6 +4,7 @@ on: | |||||||
|   push: |   push: | ||||||
|     branches: [ 'master' ] |     branches: [ 'master' ] | ||||||
|     paths: [ 'README.md' ] |     paths: [ 'README.md' ] | ||||||
|  |   workflow_dispatch: {} | ||||||
|  |  | ||||||
| jobs: | jobs: | ||||||
|   update-description-on-hub-docker-io: |   update-description-on-hub-docker-io: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user