Skip to content

Commit c71bcf3

Browse files
authored
bump
1 parent 2c064bc commit c71bcf3

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ jobs:
4040
needs: test
4141
runs-on: ubuntu-latest
4242
steps:
43-
- name: Checkout
44-
uses: actions/checkout@v3
4543
- uses: urcomputeringpal/workflow-run-history@v0
4644
timeout-minutes: 2
4745
```

action.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,14 @@ runs:
1212
1313
- name: Setup TypeScript scripts
1414
id: github-script-ts
15-
uses: urcomputeringpal/github-script-ts@main
15+
uses: urcomputeringpal/[email protected]
16+
1617
with:
1718
path: ${{ steps.path.outputs.action_path }}
1819

1920
- name: summarizeHistory
2021
id: function
21-
uses: urcomputeringpal/github-script-ts@main
22+
uses: urcomputeringpal/github-script-ts@v0.0.9
2223
with:
2324
path: ${{ steps.path.outputs.action_path }}
2425
function: summarizeHistory

0 commit comments

Comments
 (0)