Skip to content

Try to trigger action #2

Try to trigger action

Try to trigger action #2

Workflow file for this run

name: Extract tokens
on:
push:
paths:
- 'harjoitukset/build/*.html'
jobs:
extract-tokens:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v2
with:
python-version: 14
- name: Extract Answer Token
run: ./replace_tokens.sh