Skip to content

Commit

Permalink
Switch to repository-situations/same-day-git-tag for get-previous-tag…
Browse files Browse the repository at this point in the history
…-with-working-directory test
  • Loading branch information
WyriHaximus committed Nov 3, 2024
1 parent a8f2215 commit bb54865
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
fetch-depth: 0 # Required due to the way Git works, without it this action won't be able to find any or the correct tags
- uses: actions/checkout@v4
with:
repository: WyriHaximus/php-fake-php-version
ref: master
repository: repository-situations/same-day-git-tag
ref: main
path: tmp/some/other/path
fetch-depth: 0 # Required due to the way Git works, without it this action won't be able to find any or the correct tags
- name: 'Get Previous tag'
Expand All @@ -39,7 +39,7 @@ jobs:
uses: therussiankid92/gat@v1
with:
assertion: should.equal
expected: 1.8.38
expected: v1.0.1
actual: ${{ steps.previoustag.outputs.tag }}
get-previous-tag:
name: Test Get Previous Tag on ${{ matrix.os }}
Expand Down

0 comments on commit bb54865

Please sign in to comment.