Skip to content

Update stocktaking.csv #7

Update stocktaking.csv

Update stocktaking.csv #7

Workflow file for this run

name: update stock.txt
on:
push:
branches: ["main"]
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: update stock.txt
run: ./scripts/compute_stock.sh stocktaking.csv > stock.txt
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: updated stock.txt with latest numbers