Skip to content

Commit

Permalink
Test variables
Browse files Browse the repository at this point in the history
  • Loading branch information
cansavvy committed Oct 25, 2023
1 parent 0d97f4a commit 7784806
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/check-url.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,9 @@ jobs:
env:
GH_PAT: ${{ secrets.GH_PAT }}
run: |
issue_exists=$(Rscript --vanilla scripts/find_issue.R --repo "$GITHUB_REPOSITORY" --git_pat "$GH_PAT")
echo "$GH_PAT"
echo "$GITHUB_REPOSITORY"
issue_exists=$(Rscript --vanilla scripts/find_issue.R --repo $GITHUB_REPOSITORY --git_pat $GH_PAT)
echo URL issue exists: $issue_exists
echo "issue_exists=$issue_exists" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 7784806

Please sign in to comment.