Skip to content

Commit

Permalink
Use correct ref in test pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomTannenbaum committed Aug 23, 2024
1 parent 0a9b7ac commit 82d7ca8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate-formatting-action-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
ref: 774df1c7a71bdca0191d72cd93ecdd34de381b8b
ref: 3cee12f8288096079d22043411b2a194d3c194df

- name: Set up JDK 21
uses: actions/setup-java@v4
Expand All @@ -26,7 +26,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Store short commit hash
run: echo "SHORT_COMMIT_HASH=774df1c" >> $GITHUB_ENV
run: echo "SHORT_COMMIT_HASH=3cee12f" >> $GITHUB_ENV

- name: Store semver version
run: echo "SEMVER_VERSION=0.0.1" >> $GITHUB_ENV
Expand Down

0 comments on commit 82d7ca8

Please sign in to comment.