Skip to content

Commit

Permalink
Merge pull request #4 from dbsnapper/releases/v1
Browse files Browse the repository at this point in the history
  • Loading branch information
joescharf authored Jun 8, 2024
2 parents 4c016a9 + 88fb5c3 commit b98a238
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,14 @@ jobs:
id: checkout
uses: actions/checkout@v4

- name: Test Local Action
id: test-action
- name: Test Local Action Latest Version
id: test-action-latest-version
uses: ./
with:
milliseconds: 2000
version: latest

- name: Print Output
id: output
run: echo "${{ steps.test-action.outputs.time }}"
- name: Test Local Action Latest Version
id: test-action-specific-version
uses: ./
with:
version: v2.7.1

0 comments on commit b98a238

Please sign in to comment.