Skip to content

Commit

Permalink
Update close-stale-issues.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
josephkb87 authored Oct 30, 2023
1 parent 5027917 commit 62b4dd2
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/close-stale-issues.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,5 @@ jobs:
hello-world-job:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v3
- run: echo "$(cat hello_world.txt)"
- name: use node.js
uses: actions/setup-node@v3
with:
node-version: '18.x'
- name: Close Stale Issues
uses: actions/stale@v8.0.0
- name: Close Stale Issues
uses: actions/stale@v8.0.0

0 comments on commit 62b4dd2

Please sign in to comment.