Skip to content

Commit

Permalink
Rewrite Workflows and Switches.
Browse files Browse the repository at this point in the history
---
  • Loading branch information
TheHamsterBot authored Dec 8, 2024
1 parent 479c30d commit 7534c31
Show file tree
Hide file tree
Showing 8 changed files with 4,299 additions and 361 deletions.
3 changes: 2 additions & 1 deletion .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: Update Logs
name: Test
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
Expand All @@ -14,6 +14,7 @@ jobs:
- name: Add Activity to File
uses: ./
with:
username: "offensive-vk"
token: ${{ secrets.BOT_TOKEN }}
committer: "Hamster [bot]"
committer-email: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN pnpm i
COPY . .

# Build the Project
RUN pnpm run build
RUN pnpm run buildx

# Set the default command to run the action
CMD ["sleep", "infinity"]
1 change: 0 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ inputs:
required: false
username:
description: "Your GitHub username"
default: "TheHamsterBot"
required: false
committer:
description: "Name of the committer"
Expand Down
Loading

0 comments on commit 7534c31

Please sign in to comment.