Skip to content

Commit 584b080

Browse files
committed
chore: update SHA and CI
1 parent fee44a7 commit 584b080

File tree

2 files changed

+2
-47
lines changed

2 files changed

+2
-47
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -24,48 +24,3 @@ jobs:
2424
- run: npm run format:check
2525
- run: npm run lint
2626
- run: npm run ci-test
27-
28-
test-action-default:
29-
runs-on: ubuntu-latest
30-
steps:
31-
- uses: actions/checkout@v4
32-
- name: Test Local Action
33-
uses: ./
34-
env:
35-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36-
37-
test-action-default-last24:
38-
runs-on: ubuntu-latest
39-
steps:
40-
- uses: actions/checkout@v4
41-
- id: last
42-
run: |
43-
echo "day=$(date -d 'yesterday' +'%Y-%m-%dT%H:%M:%S')" >> "$GITHUB_OUTPUT"
44-
- name: Test Local Action
45-
uses: ./
46-
env:
47-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
48-
with:
49-
query: |
50-
owner:sethrylan repo:issue-digest-test updated:>=${{ steps.last.outputs.day }}
51-
title: 'Issue Radar since ${{ steps.last.outputs.day }}'
52-
53-
test-action-weekly-discussion:
54-
runs-on: ubuntu-latest
55-
steps:
56-
- uses: actions/checkout@v4
57-
- id: last
58-
run: |
59-
echo "monday=$(date -d 'last Monday' '+%Y-%m-%d')" >> "$GITHUB_OUTPUT"
60-
echo "day=$(date -d 'yesterday' +'%Y-%m-%dT%H:%M:%S')" >> "$GITHUB_OUTPUT"
61-
- name: Test Local Action
62-
uses: ./
63-
env:
64-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
65-
with:
66-
intro: |
67-
💾 This discussion was created by the [CI workflow](https://github.com/sethrylan/issue-digest-test/actions/workflows/ci.yml) as an automated test.
68-
The title of the discussion will be create a new discussion each week, and every time the action runs a comment will be added with a list of issues changed in the last 24 hours.
69-
query: |
70-
owner:sethrylan repo:issue-digest-test updated:>=${{ steps.last.outputs.day }}
71-
title: 'Issue Radar for Week of ${{ steps.last.outputs.monday }}'

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
issue-digest:
5353
runs-on: ubuntu-latest
5454
steps:
55-
- uses: sethrylan/issue-digest@main
55+
- uses: sethrylan/issue-digest@fee44a7
5656
env:
5757
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5858
```
@@ -76,7 +76,7 @@ jobs:
7676
- id: last
7777
run: |
7878
echo "monday=$(date -d 'last Monday' '+%Y-%m-%d')" >> "$GITHUB_OUTPUT"
79-
- uses: sethrylan/issue-digest@main
79+
- uses: sethrylan/issue-digest@fee44a7
8080
env:
8181
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8282
with:

0 commit comments

Comments
 (0)