Skip to content

Commit

Permalink
Optimize GitHub actions (#35)
Browse files Browse the repository at this point in the history
* reverse ga

* update github actions

* updated yml

---------

Co-authored-by: Shajia Abidi <[email protected]>
  • Loading branch information
abidishajia and Shajia Abidi authored Aug 19, 2024
1 parent 171f819 commit b1aed10
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/tabs-schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- cron: "*/20 * * * *"

jobs:
job2:
build-node:
runs-on: ubuntu-latest
container: "node:20"
steps:
Expand All @@ -19,6 +19,4 @@ jobs:
SLACK_TOKEN: ${{secrets.SLACK_TOKEN}}
AP_API_KEY: ${{secrets.AP_API_KEY}}
GOOGLE_CREDENTIALS: ${{secrets.GOOGLE_CREDENTIALS}}
run: |
# echo ${{needs.runEndpoint.outputs.output1}}
node elex-tabulation-data/index.js
run: node elex-tabulation-data/index.js

0 comments on commit b1aed10

Please sign in to comment.