Skip to content

Commit

Permalink
[automation_test] fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
jiumos authored and LYootsz committed Sep 26, 2023
1 parent e1983d9 commit 71ac308
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/automation-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ jobs:
echo "DEEPFLOW_AGENT_IMAGE_TAG=${{ github.event.inputs.DEEPFLOW_AGENT_IMAGE_TAG }}" >> $GITHUB_ENV
echo "DF_TEST_BRANCH=${{ github.event.inputs.DF_TEST_BRANCH }}" >> $GITHUB_ENV
echo "DEBUG=${{ github.event.inputs.DEBUG }}" >> $GITHUB_ENV
echo "AUTOMATION_TEST_TOKEN=${{ secrets.AUTOMATION_TEST_TOKEN }}" >> $GITHUB_ENV
echo "AUTOMATION_TEST_PUBLIC_URL=${{ secrets.AUTOMATION_TEST_PUBLIC_URL }}" >> $GITHUB_ENV
# - name: Setup Debug Session
# uses: csexton/debugger-action@master
Expand Down

0 comments on commit 71ac308

Please sign in to comment.