Skip to content

Commit

Permalink
Fake pass until action is ready
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Dec 6, 2023
1 parent e32952d commit 8cfd500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- uses: actions/checkout@v4
- id: vars
# uses: ./
run: echo "pr=${{ github.event.number }}" >> $GITHUB_OUTPUT
run: echo "pr=1" >> $GITHUB_OUTPUT

verify-pr:
name: Verify PR number
Expand Down

0 comments on commit 8cfd500

Please sign in to comment.