We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2482584 commit d3dce6fCopy full SHA for d3dce6f
.github/workflows/build.yaml
@@ -104,7 +104,7 @@ jobs:
104
run: ls -R
105
- name: pluginify it
106
run: |
107
- spin pluginify --merge --release-url-base https://github.com/fermyon/spin-trigger-crom/releases/download/${{ env.RELEASE_VERSION }}/ >${{ env.PROGRAM_NAME }}.json
+ spin pluginify --merge --release-url-base https://github.com/fermyon/spin-trigger-cron/releases/download/${{ env.RELEASE_VERSION }}/ >${{ env.PROGRAM_NAME }}.json
108
- name: Display merged manifest
109
run: cat ${{ env.PROGRAM_NAME }}.json
110
0 commit comments