-
Notifications
You must be signed in to change notification settings - Fork 29
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
feat/custom gh actions for reassure #244
base: main
Are you sure you want to change the base?
feat/custom gh actions for reassure #244
Conversation
🦋 Changeset detectedLatest commit: 6dc87cb The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
This reverts commit 1506fcb.
.github/workflows/main.yml
Outdated
name: A job to test the new custom GH action | ||
steps: | ||
- uses: actions/checkout@v3 | ||
with: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ShaswatPrabhat Seems like using your ref is causing the related step to fail could you omit the ref
options?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I had tried earlier with the same, let me try again @mdjastrzebski
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Got this now
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mdjastrzebski might need some help here, whenever you have some time. Thanks!
@ShaswatPrabhat The PR is not ready for merging yet, but since you've already provided most of the setup I've awarded a |
Changes for issue