Skip to content

Commit

Permalink
Update test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
socheatsok78 committed Apr 30, 2024
1 parent cd20ee8 commit 53f165d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
uses: ./
with:
repository: "cli/cli"
env:
GH_TOKEN: ${{ github.token }}
outputs:
matrix: ${{ steps.releases.outputs.matrix }}

Expand Down
2 changes: 1 addition & 1 deletion action-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ export GITHUB_OUTPUT="${ACTION_DIR}/GITHUB_OUTPUT"
mkdir -p "$RUNNER_TEMP"
touch "$GITHUB_OUTPUT"

exec ./action.sh "prometheus/alertmanager" "${@}"
exec ./action.sh "cli/cli" "${@}"

0 comments on commit 53f165d

Please sign in to comment.