Skip to content

Commit

Permalink
Merge pull request #120 from noisy/empty-2
Browse files Browse the repository at this point in the history
empty2
  • Loading branch information
noisy committed Apr 17, 2023
2 parents b37a318 + 68991ea commit 0fb009f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 17 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
apt-get update
apt-get install -y jq curl
PR_DETAILS=$(curl -s -H "Authorization: token $GITHUB_TOKEN" "${{ github.event.issue.pull_request.url }}" | jq '{ref: .head.ref, repo: .head.repo.full_name, sha: .head.sha}')
echo $PR_DETAILS
echo "PR_REF=$(echo $PR_DETAILS | jq -r .ref)" >> $GITHUB_ENV
Expand Down
17 changes: 0 additions & 17 deletions .github/workflows/reksio.yml

This file was deleted.

0 comments on commit 0fb009f

Please sign in to comment.