Skip to content

Commit 8aa7b32

Browse files
Change the path of the setup-foreman action to reflect its current location in the Roblox org on GitHub (#68)
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.
1 parent 82f6a37 commit 8aa7b32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
luarocks install luacov-reporter-lcov
3232
3333
- name: install code quality tools
34-
uses: rojo-rbx/setup-foreman@v1
34+
uses: Roblox/setup-foreman@v1
3535
with:
3636
version: "^1.0.1"
3737
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)