Skip to content

Commit

Permalink
workflow updated
Browse files Browse the repository at this point in the history
Signed-off-by: Vamshi Reddy <[email protected]>
  • Loading branch information
VamshiReddy02 committed Feb 15, 2024
1 parent d935c19 commit 9c59b7b
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,13 @@ name: self-assign-bot
on: push

jobs:
build:
example_job:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Example TypeScript Action
uses: flcdrg/[email protected]
env:
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Run example-ts-action
uses: flcdrg/[email protected]
with:
milliseconds: 1000
env:
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 9c59b7b

Please sign in to comment.