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 13aa0c2 commit 5c31327Copy full SHA for 5c31327
push-to-ipfs/action.yaml
@@ -14,7 +14,7 @@ runs:
14
shell: bash
15
run: |
16
pip install 'aioipfs>=0.6.2'
17
- CID=$(python3 ${{ github.action_path }}/scripts/push_on_ipfs.py "${{ inputs.upload-dir }}")
+ CID=$(python3 ${{ github.action_path }}/scripts/push_on_ipfs.py "${{ github.workspace }}/${{ inputs.upload-dir }}")
18
echo "CID: $CID" >> $GITHUB_STEP_SUMMARY
19
echo "cid=$CID" >> $GITHUB_OUTPUT
20
outputs:
0 commit comments