Skip to content

Commit

Permalink
[DOP-4003]: Modify CI to test correct action
Browse files Browse the repository at this point in the history
  • Loading branch information
branberry committed Nov 21, 2023
1 parent a3f3269 commit 1ded23f
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,4 @@ jobs:

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

- name: Print Output
id: output
run: echo "${{ steps.test-action.outputs.time }}"
uses: ./comment-pr

0 comments on commit 1ded23f

Please sign in to comment.