From b141cde3274b51bbbd9a4d3757490428f450a607 Mon Sep 17 00:00:00 2001 From: Dennis Wai Date: Thu, 12 Dec 2024 10:51:28 -0800 Subject: [PATCH] Reverting to main version to test code --- .github/workflows/patch-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/patch-version.yml b/.github/workflows/patch-version.yml index d8df84e..0ad8558 100644 --- a/.github/workflows/patch-version.yml +++ b/.github/workflows/patch-version.yml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v4 # by default, only fetches one commit - name: Patch version information id: patching - uses: nasa-jpl/patch-version@V1 + uses: nasa-jpl/patch-version@main with: commit_msg: "${{ github.event.head_commit.message }}" commit_sha: "${{ github.event.after }}"