Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
prestist committed Sep 29, 2023
1 parent ad7491c commit 8980144
Show file tree
Hide file tree
Showing 27 changed files with 1,454 additions and 3,133 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/ci.yml → .github/workflows/GenMeeting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,6 @@ jobs:
id: checkout
uses: actions/checkout@v4

- name: Test Local Action
id: test-action
- name: Local Action
id:
uses: ./
with:
milliseconds: 1000

- name: Print Output
id: output
run: echo "${{ steps.test-action.outputs.time }}"
17 changes: 0 additions & 17 deletions __tests__/index.test.ts

This file was deleted.

80 changes: 0 additions & 80 deletions __tests__/main.test.ts

This file was deleted.

25 changes: 0 additions & 25 deletions __tests__/wait.test.ts

This file was deleted.

18 changes: 3 additions & 15 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,6 @@
name: 'The name of your action here'
description: 'Provide a description here'
author: 'Your name or organization here'

# Define your inputs here.
inputs:
milliseconds:
description: 'Your input description here'
required: true
default: '1000'

# Define your outputs here.
outputs:
time:
description: 'Your output description here'
name: 'FCOS Meeting'
description: 'Creates a meeting issue for FCOS'
author: 'coreos'

runs:
using: node20
Expand Down
72 changes: 72 additions & 0 deletions dist/actionItems.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/actionItems.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

53 changes: 53 additions & 0 deletions dist/createIssue.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/createIssue.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8980144

Please sign in to comment.