Skip to content

Commit c976aab

Browse files
committed
fix: make --if-present flag work for both packages managers
1 parent dd4f29b commit c976aab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ runs:
7777

7878
- name: 👥 Copy ArcGIS assets
7979
shell: bash
80-
run: ${{ steps.package-manager.outputs.name }} run copy:arcgis --if-present
80+
run: ${{ steps.package-manager.outputs.name }} run --if-present copy:arcgis
8181

8282
- name: 🗝️ Authenticate to Google Cloud
8383
id: auth

0 commit comments

Comments
 (0)