Skip to content

Commit

Permalink
Cleanup workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
allanlei committed Jan 18, 2024
1 parent 90af4c6 commit b870fa0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,17 +52,11 @@ jobs:
uses: actions/checkout@v4

- name: Test Local Action
id: test-action
uses: ./
with:
version: "0.0.1"

- name: Test Local Action
id: test-action
uses: ./
with:
version: "1.0.0"

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

0 comments on commit b870fa0

Please sign in to comment.