Skip to content

ci: use local action checkout in CI#15

Merged
maximn merged 2 commits into
mainfrom
chore/ci-use-local-action
Mar 27, 2026
Merged

ci: use local action checkout in CI#15
maximn merged 2 commits into
mainfrom
chore/ci-use-local-action

Conversation

@maximn
Copy link
Copy Markdown
Contributor

@maximn maximn commented Mar 27, 2026

Summary

  • Change CI test job from testglance/action@v1 to uses: ./ so PRs always test the action from the current checkout
  • This means new features are exercised in CI immediately rather than waiting for a release

Test plan

  • Verify CI runs successfully on this PR (the action uses the local checkout)

maximn added 2 commits March 27, 2026 10:14
PRs now test the action from the current branch rather than the
released v1 tag, so new features are exercised in CI immediately.
The ${{ }} syntax in the github-token description causes GitHub
Actions to fail when the action is referenced via uses: ./ because
it tries to evaluate the expression in the metadata context.
@maximn maximn merged commit 12b5493 into main Mar 27, 2026
5 checks passed
@maximn maximn deleted the chore/ci-use-local-action branch March 27, 2026 10:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant