Update update.yml

This commit is contained in:
Nemo 2022-05-16 16:27:17 +05:30 committed by GitHub
parent 76926bf28e
commit 4edf967036
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
name: Update Data
on:
push:
schedule:
# 18:07 UTC every day
# 23:37 IST every day
@ -21,7 +22,7 @@ jobs:
commit_message: Update ISIN Data
commit_author: 'github-actions[bot] <github-actions[bot]@users.noreply.github.com>'
file_pattern: "IN*.csv"
status_options: '--untracked-files=yes'
status_options: '--untracked-files=normal'
tagging_message: "v${{ steps.update_data.outputs.version }}"
- name: Create Release
run: |