diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c8038f0..5f1843b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,8 +16,7 @@ env: GODOT_BUILD: "stable" # A workflow run is made up of one or more jobs that can run sequentially or in parallel -jobs: - +jobs: # This workflow contains a single job called "build" build: # The type of runner that the job will run on @@ -35,7 +34,7 @@ jobs: run: echo "BUILD_TYPE=debug" >> $GITHUB_ENV # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2 + - uses: https://code.forgejo.org/actions/checkout@v2 name: Checkout Files - name: Download Godot