Skip to content
This repository has been archived by the owner on Sep 14, 2024. It is now read-only.

Commit

Permalink
Change the path of the setup-foreman action to reflect its current …
Browse files Browse the repository at this point in the history
…location in the Roblox org on GitHub (#169)

(not sure why github doesn't count this as approved)

This batch change updates the reference to the setup-foreman action to use the current location of the action in the Roblox org. This should be a no-op, or may fix currently-broken CI.
Please refer to confluence for more information.

Created by Sourcegraph batch change pdoyle/migrate-setup-foreman-action.
  • Loading branch information
ZoteTheMighty authored Mar 22, 2022
1 parent 400a02f commit 4bcc719
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Setup Rust toolchain
run: rustup default ${{ matrix.rust_version }}

- uses: rojo-rbx/setup-foreman@v1
- uses: Roblox/setup-foreman@v1
with:
version: "^0.6.0"
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
submodules: true

- uses: rojo-rbx/setup-foreman@v1
- uses: Roblox/setup-foreman@v1
with:
version: "^0.6.0"
token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -38,7 +38,7 @@ jobs:
- name: Install Rust
run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y

- uses: rojo-rbx/setup-foreman@v1
- uses: Roblox/setup-foreman@v1
with:
version: "^0.6.0"
token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -62,7 +62,7 @@ jobs:
with:
submodules: true

- uses: rojo-rbx/setup-foreman@v1
- uses: Roblox/setup-foreman@v1
with:
version: "^0.6.0"
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 4bcc719

Please sign in to comment.