Skip to content

Commit

Permalink
Change CI action parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
rehlma committed Mar 28, 2024
1 parent 3cbb046 commit b5c4231
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ jobs:
id: test-action
uses: ./
with:
milliseconds: 2000

- name: Print Output
id: output
run: echo "${{ steps.test-action.outputs.time }}"
token: ${{ secrets.GITHUB_TOKEN }}
base: 3cbb046974ea6d584b05da0fdfe05ca22bd1c9e6
head: head
4 changes: 0 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,3 @@ inputs:
runs:
using: 'node20'
main: 'dist/index.js'

outputs:
comment:
description: 'Comment created by the action'

0 comments on commit b5c4231

Please sign in to comment.