Skip to content

Commit

Permalink
udpate
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Mar 20, 2024
1 parent 15dd4d7 commit 6d40f41
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions .github/workflows/automation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: AutoMation
on: [workflow_dispatch]
jobs:
metrics:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
permissions:
contents: write
steps:
Expand All @@ -16,15 +16,4 @@ jobs:
with:
lang: "id"
channel_id: UCRPx9vOpzqVwALIqYnJRhTw
readme_path: profile/README.md

- name: PUSH
run: |
git config --global user.name 'Your Name'
git config --global user.email 'Your Email for GitHub'
git config user.name github-actions[bot]
git config user.email github-actions[bot]@users.noreply.github.com
git add .
git commit -m update
git push
readme_path: profile/README.md

0 comments on commit 6d40f41

Please sign in to comment.