Skip to content

Commit

Permalink
Merge pull request #73 from pulumiverse/fix-release-workflow
Browse files Browse the repository at this point in the history
Use the newer checkout action which can pull the full repo
  • Loading branch information
ringods authored Nov 8, 2022
2 parents e3bf1e2 + 6d03efa commit 4e0f3a8
Show file tree
Hide file tree
Showing 7 changed files with 122 additions and 97 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/command-dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v2
uses: actions/checkout@v3
- uses: peter-evans/slash-command-dispatch@v2
with:
commands: run-acceptance-tests
Expand Down
43 changes: 24 additions & 19 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
# https://github.com/actions/checkout#Fetch-all-history-for-all-tags-and-branches
fetch-depth: 0
- name: Checkout Scripts Repo
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
path: ci-scripts
repository: jaxxstorm/scripts
ref: third_party
- name: Unshallow clone for tags
run: git fetch --prune --unshallow --tags
- name: Install Go
uses: actions/setup-go@v2
with:
Expand Down Expand Up @@ -97,15 +98,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
# https://github.com/actions/checkout#Fetch-all-history-for-all-tags-and-branches
fetch-depth: 0
- name: Checkout Scripts Repo
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
path: ci-scripts
repository: jaxxstorm/scripts
ref: third_party
- name: Unshallow clone for tags
run: git fetch --prune --unshallow --tags
- name: Install Go
uses: actions/setup-go@v2
with:
Expand Down Expand Up @@ -164,9 +166,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v2
- name: Unshallow clone for tags
run: git fetch --prune --unshallow --tags
uses: actions/checkout@v3
with:
# https://github.com/actions/checkout#Fetch-all-history-for-all-tags-and-branches
fetch-depth: 0
- name: Install Go
uses: actions/setup-go@v2
with:
Expand Down Expand Up @@ -202,15 +205,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
# https://github.com/actions/checkout#Fetch-all-history-for-all-tags-and-branches
fetch-depth: 0
- name: Checkout Scripts Repo
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
path: ci-scripts
repository: jaxxstorm/scripts
ref: third_party
- name: Unshallow clone for tags
run: git fetch --prune --unshallow --tags
- name: Install Go
uses: actions/setup-go@v2
with:
Expand Down Expand Up @@ -282,15 +286,16 @@ jobs:
UNIFI_PASSWORD: pulumi-unifi-password
steps:
- name: Checkout Repo
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
# https://github.com/actions/checkout#Fetch-all-history-for-all-tags-and-branches
fetch-depth: 0
- name: Checkout Scripts Repo
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
path: ci-scripts
repository: jaxxstorm/scripts
ref: third_party
- name: Unshallow clone for tags
run: git fetch --prune --unshallow --tags
- name: Install Go
uses: actions/setup-go@v2
with:
Expand Down
43 changes: 24 additions & 19 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
# https://github.com/actions/checkout#Fetch-all-history-for-all-tags-and-branches
fetch-depth: 0
- name: Checkout Scripts Repo
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
path: ci-scripts
repository: jaxxstorm/scripts
ref: third_party
- name: Unshallow clone for tags
run: git fetch --prune --unshallow --tags
- name: Install Go
uses: actions/setup-go@v2
with:
Expand Down Expand Up @@ -97,15 +98,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
# https://github.com/actions/checkout#Fetch-all-history-for-all-tags-and-branches
fetch-depth: 0
- name: Checkout Scripts Repo
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
path: ci-scripts
repository: jaxxstorm/scripts
ref: third_party
- name: Unshallow clone for tags
run: git fetch --prune --unshallow --tags
- name: Install Go
uses: actions/setup-go@v2
with:
Expand Down Expand Up @@ -164,9 +166,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v2
- name: Unshallow clone for tags
run: git fetch --prune --unshallow --tags
uses: actions/checkout@v3
with:
# https://github.com/actions/checkout#Fetch-all-history-for-all-tags-and-branches
fetch-depth: 0
- name: Install Go
uses: actions/setup-go@v2
with:
Expand Down Expand Up @@ -202,15 +205,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
# https://github.com/actions/checkout#Fetch-all-history-for-all-tags-and-branches
fetch-depth: 0
- name: Checkout Scripts Repo
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
path: ci-scripts
repository: jaxxstorm/scripts
ref: third_party
- name: Unshallow clone for tags
run: git fetch --prune --unshallow --tags
- name: Install Go
uses: actions/setup-go@v2
with:
Expand Down Expand Up @@ -277,15 +281,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
# https://github.com/actions/checkout#Fetch-all-history-for-all-tags-and-branches
fetch-depth: 0
- name: Checkout Scripts Repo
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
path: ci-scripts
repository: jaxxstorm/scripts
ref: third_party
- name: Unshallow clone for tags
run: git fetch --prune --unshallow --tags
- name: Install Go
uses: actions/setup-go@v2
with:
Expand Down
43 changes: 24 additions & 19 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
# https://github.com/actions/checkout#Fetch-all-history-for-all-tags-and-branches
fetch-depth: 0
- name: Checkout Scripts Repo
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
path: ci-scripts
repository: jaxxstorm/scripts
ref: third_party
- name: Unshallow clone for tags
run: git fetch --prune --unshallow --tags
- name: Install Go
uses: actions/setup-go@v2
with:
Expand Down Expand Up @@ -97,15 +98,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
# https://github.com/actions/checkout#Fetch-all-history-for-all-tags-and-branches
fetch-depth: 0
- name: Checkout Scripts Repo
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
path: ci-scripts
repository: jaxxstorm/scripts
ref: third_party
- name: Unshallow clone for tags
run: git fetch --prune --unshallow --tags
- name: Install Go
uses: actions/setup-go@v2
with:
Expand Down Expand Up @@ -165,9 +167,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v2
- name: Unshallow clone for tags
run: git fetch --prune --unshallow --tags
uses: actions/checkout@v3
with:
# https://github.com/actions/checkout#Fetch-all-history-for-all-tags-and-branches
fetch-depth: 0
- name: Install Go
uses: actions/setup-go@v2
with:
Expand Down Expand Up @@ -203,15 +206,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
# https://github.com/actions/checkout#Fetch-all-history-for-all-tags-and-branches
fetch-depth: 0
- name: Checkout Scripts Repo
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
path: ci-scripts
repository: jaxxstorm/scripts
ref: third_party
- name: Unshallow clone for tags
run: git fetch --prune --unshallow --tags
- name: Install Go
uses: actions/setup-go@v2
with:
Expand Down Expand Up @@ -283,15 +287,16 @@ jobs:
UNIFI_PASSWORD: pulumi-unifi-password
steps:
- name: Checkout Repo
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
# https://github.com/actions/checkout#Fetch-all-history-for-all-tags-and-branches
fetch-depth: 0
- name: Checkout Scripts Repo
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
path: ci-scripts
repository: jaxxstorm/scripts
ref: third_party
- name: Unshallow clone for tags
run: git fetch --prune --unshallow --tags
- name: Install Go
uses: actions/setup-go@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Comment PR
uses: thollander/actions-comment-pull-request@1.0.1
with:
Expand Down
Loading

0 comments on commit 4e0f3a8

Please sign in to comment.