Skip to content

Commit

Permalink
TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
sergcpp committed Dec 31, 2023
1 parent dad9948 commit 970f299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/checkout/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ runs:
using: 'composite'
steps:
- run: |
REPO_URL="${{ env.GITHUB_SERVER_URL }}/${{ env.GITHUB_REPOSITORY }}"
REPO_URL="$GITHUB_SERVER_URL/$GITHUB_REPOSITORY"
cd ../..
mkdir -p builds
cd builds
Expand Down

0 comments on commit 970f299

Please sign in to comment.