aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorGravatar Joseph Garrone <[email protected]>2024-06-20 03:45:14 +0200
committerGravatar GitHub <[email protected]>2024-06-20 03:45:14 +0200
commit897cdeac510b9cd0e980e500727ad50d0715aab1 (patch)
treea1a4f5644485d51377bb5e4bad60ecf30a979ef3 /.github
parentBump version (diff)
Make check_if_version_upgraded work on private repos
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 04eba5d..1d1dccf 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -26,7 +26,7 @@ jobs:
to_version: ${{ steps.step1.outputs.to_version }}
is_upgraded_version: ${{ steps.step1.outputs.is_upgraded_version }}
steps:
- - uses: garronej/[email protected]
+ - uses: garronej/[email protected]
id: step1
with:
action_name: is_package_json_version_upgraded