Revert "Merge pull request #137 from 1Password/feature/migrate-to-sdk"

This reverts commit 38b333095d, reversing
changes made to 652d567877.
This commit is contained in:
Jill Regan
2026-03-02 18:41:50 -05:00
parent cb7c5acc8a
commit 7d4e24a43f
7 changed files with 21 additions and 369 deletions

View File

@@ -1,7 +0,0 @@
#!/bin/bash
set -e
if [ "$STEP_OUTCOME" != "failure" ]; then
echo "Expected action to fail on invalid ref, got: $STEP_OUTCOME"
exit 1
fi
echo "Action correctly failed on invalid ref"