Skip to content

Commit

Permalink
Update fetch-bi-data.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
boonhapus authored May 14, 2024
1 parent 26661a5 commit 5d33067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fetch-bi-data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ jobs:

# --config ENV: tells CS Tools to pull the information from environment variables.
- name: Grab N-7 to N-1 days of BI Server Data
run: "cs_tools tools searchable bi-server --from-date $days_ago_7 --to-date $days_ago_1 --syncer ${{ secrets.SYNCER_DECLARATIVE_STRING }} --config ENV:"
run: "cs_tools tools searchable bi-server --from-date $days_ago_7 --to-date $days_ago_1 --syncer ${{ secrets.SYNCER_DECLARATIVE_UPSERT }} --config ENV:"

0 comments on commit 5d33067

Please sign in to comment.