Skip to content

fix: correct action path in agent-restricted workflow#323

Merged
jesseturner21 merged 1 commit intomainfrom
fix/agent-restricted-action-path
Feb 17, 2026
Merged

fix: correct action path in agent-restricted workflow#323
jesseturner21 merged 1 commit intomainfrom
fix/agent-restricted-action-path

Conversation

@aidandaly24
Copy link
Contributor

Description

The agent-restricted.yml workflow's "Run Strands Agent" step used uses: ./, which expects an action.yml at the repo root. The action definition actually lives at .github/actions/strands-action/action.yml. Changed the path to uses: ./.github/actions/strands-action to match strands-command.yml, which already references it correctly.

Related Issue

Closes #

Documentation PR

N/A

Type of Change

  • Bug fix
  • New feature
  • Breaking change
  • Documentation update
  • Other (please describe):

Testing

How have you tested the change?

  • I ran npm run test:all
  • I ran npm run typecheck
  • I ran npm run lint
  • If I modified src/assets/, I ran npm run test:update-snapshots and committed the updated snapshots

Checklist

  • I have read the CONTRIBUTING document
  • I have added any necessary tests that prove my fix is effective or my feature works
  • I have updated the documentation accordingly
  • I have added an appropriate example to the documentation to outline the feature, or no new docs are needed
  • My changes generate no new warnings
  • Any dependent changes have been merged and published

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the
terms of your choice.

@aidandaly24 aidandaly24 requested a review from a team February 17, 2026 13:57
@github-actions
Copy link
Contributor

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 28.26% 1807 / 6393
🔵 Statements 27.59% 1875 / 6794
🔵 Functions 27.36% 356 / 1301
🔵 Branches 24.52% 918 / 3743
Generated in workflow #370 for commit fc51497 by the Vitest Coverage Report Action

@jesseturner21 jesseturner21 merged commit 73edf93 into main Feb 17, 2026
16 checks passed
@jesseturner21 jesseturner21 deleted the fix/agent-restricted-action-path branch February 17, 2026 14:19
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.

2 participants