From e5e62becea93554b3c2f454b07b764400fd82822 Mon Sep 17 00:00:00 2001 From: Abhishek Anand Date: Tue, 13 Feb 2024 23:36:27 +0530 Subject: [PATCH] fixed workflow --- .github/workflows/ci.yml | 10 ---------- action.yml | 5 ++--- 2 files changed, 2 insertions(+), 13 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dca9ec6..23e1cc5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }}" diff --git a/action.yml b/action.yml index fab2cae..900bcf2 100644 --- a/action.yml +++ b/action.yml @@ -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