Skip to content

Commit

Permalink
if: ${{ github.actor != 'dependabot[bot]' }}
Browse files Browse the repository at this point in the history
  • Loading branch information
milankomaj committed Aug 23, 2024
1 parent 8a23515 commit 71920c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
if: ${{ github.actor != 'dependabot[bot]' }}
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion mods/mozilla.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ async function handleMozilla({
const startfn = (formatDistanceToNow(new Date(start), { addSuffix: true })); // date-fns
// const endfn = (formatDistanceToNow(new Date(end), { addSuffix: true })); // date-fns
const dif = differenceInSeconds(new Date(end), new Date(start)); // date-fns
//console.log("πŸ‘‰:", "cl=", cl, "letter=", letter, "end=", end, "start=", start, "endfn=", endfn, "dif=", dif, ":πŸ‘ˆ")
//console.log("πŸ‘‰:", "letter=", letter, "end=", end, "start=", start, "dif=", dif, ":πŸ‘ˆ")
const colorMap = {
a: '34af00',
b: 'green',
Expand Down

0 comments on commit 71920c4

Please sign in to comment.