Skip to content

Commit

Permalink
Merge branch 'feat/pull_requests' of github.com:octokit-cr/octokit.cr…
Browse files Browse the repository at this point in the history
… into feat/pull_requests
  • Loading branch information
GrantBirki committed Aug 12, 2024
2 parents 73023fa + 46c2881 commit 6697f5d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: fetch crystal version
id: crystal-version
run: echo "crystal=$(cat .crystal-version)"
run: echo "crystal=$(cat .crystal-version)" >> $GITHUB_OUTPUT

- name: install crystal
uses: crystal-lang/install-crystal@v1.8.2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: fetch crystal version
id: crystal-version
run: echo "crystal=$(cat .crystal-version)"
run: echo "crystal=$(cat .crystal-version)" >> $GITHUB_OUTPUT

- name: install crystal
uses: crystal-lang/install-crystal@v1.8.2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: fetch crystal version
id: crystal-version
run: echo "crystal=$(cat .crystal-version)"
run: echo "crystal=$(cat .crystal-version)" >> $GITHUB_OUTPUT

- name: install crystal
uses: crystal-lang/install-crystal@v1.8.2
Expand Down

0 comments on commit 6697f5d

Please sign in to comment.