Skip to content

Commit

Permalink
simple first workflow checking out postgres on osx
Browse files Browse the repository at this point in the history
  • Loading branch information
jschwarz-eitco-de committed Mar 26, 2024
1 parent d898132 commit 3a46ea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-os-x.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Check out postgres code
uses: actions/checkout@master
with:
repository: https://github.com/postgres/postgres.git
repository: postgres/postgres
ref: refs/tags/REL_16_2
fetch-tags: true
- run: echo "💡 The postgres repository has been cloned to the runner."
Expand Down

0 comments on commit 3a46ea4

Please sign in to comment.