Skip to content

Commit

Permalink
wrong variable
Browse files Browse the repository at this point in the history
  • Loading branch information
donn committed Nov 28, 2023
1 parent 293d824 commit df7447c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ jobs:
require("./.github/scripts/post_metrics.js")(
github,
context,
"${{ vars.BOT_NAME }}",
"${{ vars.BOT_USERNAME }}",
"${{ secrets.GH_TOKEN }}",
).then(()=>{console.log("Done.");});
- name: "[Push] Upload Metrics"
Expand Down

0 comments on commit df7447c

Please sign in to comment.