Skip to content

Commit 06bcccd

Browse files
committed
refactor: clean up action.yml and remove unused wait function
1 parent 5885db6 commit 06bcccd

File tree

5 files changed

+4071
-110
lines changed

5 files changed

+4071
-110
lines changed

.github/workflows/commit-context.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
uses: ./
1818
with:
1919
github_token: ${{ secrets.GITHUB_TOKEN }}
20-
sourceRep: ${{ github.repository }}
20+
sourceRep: ${{ github.repository }}

action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ inputs:
77
sourceRepo:
88
description: repository to watch
99
required: true
10-
1110

1211
# Define your outputs here.
1312
outputs:

0 commit comments

Comments
 (0)