Open threepistons opened 3 years ago
I examined this problem further.
${{ github.workspace }}/../../_actions/gagoar/get-saml-identity-action/0.9.0/
ls
command to show me a dist directory in 0.9.0, which in turn would contain index.js.Run echo /home/runner/work/saml-id-testing/saml-id-testing ; ls /home/runner/work/saml-id-testing/saml-id-testing/../../_actions/gagoar/get-saml-identity-action/0.9.0/
echo /home/runner/work/saml-id-testing/saml-id-testing ; ls /home/runner/work/saml-id-testing/saml-id-testing/../../_actions/gagoar/get-saml-identity-action/0.9.0/
shell: /usr/bin/bash -e {0}
/home/runner/work/saml-id-testing/saml-id-testing
LICENSE
README.md
__tests__
action.yml
index.ts
jest.config.js
package-lock.json
package.json
renovate.json
src
tsconfig.eslint.json
tsconfig.json
tsconfig.node.json
File not found: '/home/runner/work/_actions/gagoar/get-saml-identity-action/0.9.0/dist/index.js'
in the detailed output of the job.Have I made a mistake in my YAML file?
main.yml.txt