Skip to content

Feat/replace shell with js #14

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Feb 25, 2023
Merged
Prev Previous commit
remove comment and logs
  • Loading branch information
yunchengyang515 committed Feb 25, 2023
commit 054dab2543d622dc558ad9844109c353a3bc7ec2
1 change: 0 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ runs:
with:
script: |
const {assertResult} = require('./stackql-assert.js')
console.log('assert result in script action is %o', assertResult)
assertResult(core)
env:
RESULT: ${{steps.exec-query.outputs.stdout}}
Expand Down