Manual trigger

This commit is contained in:
Nemo 2022-05-19 17:29:37 +05:30
parent ab1648b93d
commit d6170f3065
3 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,6 @@
name: Update Data
on:
workflow_dispatch:
push:
schedule:
# 18:07 UTC every day

View File

@ -10,7 +10,7 @@ check:
# Build Process
ISIN: INE INF IN9 IN0 IN1 IN2 IN3 IN4
cat header.csv IN*.csv > ISIN.csv
cat src/header.csv IN*.csv > ISIN.csv
rm IN*.csv
INE INF IN9 IN0 IN1 IN2 IN3 IN4:

View File

@ -6,7 +6,7 @@ if ! command -v pup &> /dev/null
then
wget --quiet https://github.com/ericchiang/pup/releases/download/v0.4.0/pup_v0.4.0_linux_amd64.zip -O pup.zip
echo "ec3d29e9fb375b87ac492c8b546ad6be84b0c0b49dab7ff4c6b582eac71ba01c pup.zip" | sha256sum --strict --check
unzip pup.zip
unzip -o pup.zip
rm pup.zip
chmod +x ./pup
export PUP_BINARY="$(pwd)/pup"