Skip to content

Commit

Permalink
Fix variable name to be required one
Browse files Browse the repository at this point in the history
  • Loading branch information
AvocadoMoon committed Feb 6, 2024
1 parent c600417 commit e237a4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_N5_plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
IJ_DOWNLOAD_URL: https://downloads.imagej.net/fiji/latest/fiji-linux64.zip
WIKI_USER: ${{ github.event.inputs.username }}
UPDATE_PASS: ${{ secrets.VCELL_UPLOAD_PASSWORD }}
UPDATE_SITE: ${{ github.event.input.update_site }}
UPDATE_SITE: ${{ github.event.inputs.update_site }}
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit e237a4c

Please sign in to comment.