We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
这是我的workflow,例子在 https://github.com/bling-yshs/action-test/actions/runs/9249133856/job/25440491477
name: test on: workflow_dispatch: push: jobs: test: runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v4 - name: Create Tag id: create_tag uses: jaywcjlove/create-tag-action@main with: test: '^release:' - run: echo ${{ steps.create_tag.outputs.successful }} - run: echo "yes" if: steps.create_tag.outputs.successful == 'true' - run: echo "no" if: steps.create_tag.outputs.successful == 'false'
The text was updated successfully, but these errors were encountered:
fix: fix output successful issue. #336
a60815c
@bling-yshs 看上去应该解决了
Sorry, something went wrong.
👌
No branches or pull requests
这是我的workflow,例子在 https://github.com/bling-yshs/action-test/actions/runs/9249133856/job/25440491477
The text was updated successfully, but these errors were encountered: