Skip to content

Commit

Permalink
update ts-ci actions
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed May 19, 2024
1 parent 93da8b4 commit 95a7f1c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
is_upgraded_version: ${{ steps.step1.outputs.is_upgraded_version }}
is_pre_release: ${{steps.step1.outputs.is_pre_release }}
steps:
- uses: garronej/[email protected].1
- uses: garronej/[email protected].2
id: step1
with:
action_name: is_package_json_version_upgraded
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
- run: npx -y -p [email protected] enable_short_npm_import_path
env:
DRY_RUN: "0"
- uses: garronej/[email protected].1
- uses: garronej/[email protected].2
with:
action_name: remove_dark_mode_specific_images_from_readme
- name: Publishing on NPM
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/template_initialization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

- name: Checking availability for module name ${{github.event.repository.name}} on NPM.
id: id1
uses: garronej/[email protected].1
uses: garronej/[email protected].2
with:
action_name: is_well_formed_and_available_module_name
module_name: ${{github.event.repository.name}}
Expand All @@ -38,7 +38,7 @@ jobs:
mv LICENSE.template LICENSE
- name : String replace
id: id2
uses: garronej/[email protected].1
uses: garronej/[email protected].2
with:
action_name: string_replace
input_string: ${{github.event.repository.name}}
Expand Down

0 comments on commit 95a7f1c

Please sign in to comment.