Skip to content

Commit

Permalink
fixed workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
raianand committed Feb 13, 2024
1 parent 5e6278c commit e5e62be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,3 @@ jobs:
- name: Checkout
id: checkout
uses: actions/checkout@v4

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

- name: Print Output
id: output
run: echo "${{ steps.test-action.outputs.time }}"
5 changes: 2 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,8 @@ inputs:
# Define your outputs here.
outputs:
result:
description: 'Result of the action'
required: false
egress_report:
description: 'Egress report'

runs:
using: node20
Expand Down

0 comments on commit e5e62be

Please sign in to comment.