Skip to content

Commit

Permalink
ci: version updates and puff (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
offensive-vk authored Jan 24, 2025
1 parent fcf6402 commit 50accec
Show file tree
Hide file tree
Showing 5 changed files with 305 additions and 288 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
update_activity:
name: Test
name: Update
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
Expand All @@ -19,7 +19,7 @@ jobs:
token: ${{ secrets.BOT_TOKEN }}
committer: "Hamster [bot]"
committer-email: "[email protected]"
commit-msg: "Updated Recent Activity."
commit-msg: "Updated Recent Activity"
max-lines: 50
target-file: 'README.md'

Expand All @@ -30,6 +30,6 @@ jobs:
token: ${{ secrets.BOT_TOKEN }}
committer: "Hamster [bot]"
committer-email: "[email protected]"
commit-msg: "Updated Recent Activity."
commit-msg: "Updated Recent Activity"
max-lines: 150
target-file: 'ACTIVITY.md'
329 changes: 168 additions & 161 deletions dist/index.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/index.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "auto-user-activity",
"version": "7.0.0",
"description": "Fetch and Updates the recent user activity of a github user",
"description": "Fetch and Update the recent user activity of a github user",
"main": "index.js",
"keywords": [],
"author": "Vedansh",
Expand All @@ -17,7 +17,7 @@
"@actions/github": "^6.0.0"
},
"devDependencies": {
"esbuild": "^0.24.0",
"prettier": "^3.2.5"
"esbuild": "^0.24.2",
"prettier": "^3.4.2"
}
}
Loading

0 comments on commit 50accec

Please sign in to comment.