Skip to content

Commit 10b7ecb

Browse files
committed
Can't find the install action
Relative compount action paths need to be in a checked out repo, so lets try to specify the install action by repo. xref https://github.com/gulfofmaine/climatology_py_dash/actions/runs/29380293882/job/87243346224
1 parent c038024 commit 10b7ecb

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ runs:
1515
- name: Install ODP Releaser
1616
env:
1717
ODP_RELEASER_REF: ${{ job.workflow_sha }}
18+
shell: bash
1819
run:
1920
uv tool install
2021
git+https://github.com/gulfofmaine/odp-releaser.git@${ODP_RELEASER_REF}

.github/workflows/bump-images.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,9 @@ jobs:
101101
persist-credentials: true
102102

103103
- name: Install ODP Releaser
104-
uses: ./.github/actions/install.yml
104+
uses:
105+
gulfofmaine/odp-releaser/.github/actions/install@${{ job.workflow_sha
106+
}}
105107

106108
- name: Bump images
107109
id: bump

.github/workflows/notify.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,9 @@ jobs:
101101
persist-credentials: false
102102

103103
- name: Install ODP Releaser
104-
uses: ./.github/actions/install.yml
104+
uses:
105+
gulfofmaine/odp-releaser/.github/actions/install@${{ job.workflow_sha
106+
}}
105107

106108
- name: Notify deploy targets
107109
env:

0 commit comments

Comments
 (0)