Skip to content

Commit

Permalink
Check #22
Browse files Browse the repository at this point in the history
  • Loading branch information
CleverNucleus committed Mar 28, 2023
1 parent c22a825 commit 3a2bfc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
if: ${{ runner.os == 'Linux' && matrix.java == '17' && format('refs/heads/{0}/main', env.BRANCH_PREFIX) == github.ref }}
run: echo "THIS IS A TEST NOBODY PANIC. Also, variable is ${{ format('refs/heads/{0}/main', env.BRANCH_PREFIX) }}"
- name: variable check
run: echo "THIS IS A TEST NOBODY PANIC. Also, variable is ${{ format('refs/heads/{0}/main', env.BRANCH_PREFIX) }}"
run: echo "THIS IS A TEST NOBODY PANIC. Also, variable is ${{ runner.os == 'Linux' && matrix.java == '17' && format('refs/heads/{0}/main', env.BRANCH_PREFIX) == github.ref }}"

0 comments on commit 3a2bfc4

Please sign in to comment.