Skip to content

Commit

Permalink
Merge pull request #4 from karola312/release-test
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
karola312 authored May 7, 2024
2 parents a59cd2b + f5407e3 commit f2aaa64
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ runs:
gh api \
-H "Accept: application/vnd.github+json" \
-H "X-GitHub-Api-Version: 2022-11-28" \
"/repos/saleor/saleor-dashboard/pulls?head=saleor:${PR_HEAD}" > data.json
"/repos/karola312/saleor-dashboard/pulls?head=karola312:${PR_HEAD}" > data.json
head_sha_with_quotes=$(jq '.[0] | .head.sha' data.json)
echo "PULL_REQUEST_HEAD_SHA=${head_sha_with_quotes//\"/}" >> "$GITHUB_ENV"
Expand Down
3 changes: 0 additions & 3 deletions .github/actions/prepare-tests-variables/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ inputs:
MODE:
description: "The mode of running tests (pull-request, release, main)"
required: true
CLI_TOKEN:
description: "Saleor cli token"
required: true
VERSION:
description: "Version in format X.XX, if run from other branch"
required: false
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/run-tests-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ jobs:
id: cloud_variables
uses: ./.github/actions/prepare-tests-variables
with:
CLI_TOKEN: ${{ secrets.STAGING_TOKEN }}
MODE: "from-version"
VERSION: ${{ env.VERSION }}

Expand Down

0 comments on commit f2aaa64

Please sign in to comment.