Skip to content

Commit

Permalink
empty
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhail-klimko committed Sep 20, 2023
1 parent b4f57af commit 8016e72
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/codefresh-run-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ jobs:
run: |
echo "result=$(git rev-parse --short origin/feat-codefresh-run-action)" >> $GITHUB_OUTPUT
- id: git-branch-name
uses: ohueter/normalize-git-branch-name@v1
with:
ref: ${{ github.ref }}
head-ref: ${{ github.head_ref }}

- id: changed-files
uses: tj-actions/changed-files@v39
with:
Expand All @@ -40,4 +46,4 @@ jobs:
run: |
npm install -g codefresh
codefresh auth create-context --api-key ${{ secrets.CF_API_KEY }}
codefresh run cli-v1-e2e/codefresh-run-step-e2e -t codefresh_run_step_dev -b test-action
codefresh run cli-v1-e2e/codefresh-run-step-e2e -t codefresh_run_step_dev -b ${{ steps.git-branch-name.outputs.original_name }}"

0 comments on commit 8016e72

Please sign in to comment.