Skip to content

Merge branch 'main' of https://github.com/DNA-styx/sbpp-windmill-dash… #90

Merge branch 'main' of https://github.com/DNA-styx/sbpp-windmill-dash…

Merge branch 'main' of https://github.com/DNA-styx/sbpp-windmill-dash… #90

Workflow file for this run

name: Increment value test
on:
workflow_dispatch:
push:
branches:
- main
paths-ignore:
- 'sbpp-windmill-dashboard/assets/theme_version.txt'
- '.github/workflows/increment.yaml'
jobs:
test:
name: Increment value test
runs-on: ubuntu-latest
steps:
- name: Check out source code
uses: actions/checkout@v3
with:
ref: ${{ github.ref }}
token: ${{ secrets.PAT }}
- name: Increment value
uses: yoichiro/gh-action-increment-value@main
with:
target_directory: 'sbpp-windmill-dashboard/assets'
target_file: 'theme_version.txt'
prefix: '** '
suffix: ' **'
commit_message: 'Theme version updated to '