Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ updates:
- package-ecosystem: "github-actions"
directories:
- "/"
- "/shared-overwrite/.github/actions/"
Comment thread
mmathieum marked this conversation as resolved.
- "/shared-overwrite/.github/workflows/"
schedule:
interval: "weekly"
Expand Down
92 changes: 0 additions & 92 deletions shared-overwrite/.github/actions/setup/action.yml

This file was deleted.

2 changes: 1 addition & 1 deletion shared-overwrite/.github/workflows/mt-download-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: MT setup
if: steps.check-input-url.outputs.has_input_url == 'true'
id: mt-setup
uses: ./.github/actions/setup
uses: mtransitapps/gh-actions/.github/actions/setup@v1.0.1
with:
code-sync: ${{ github.ref == format('refs/heads/{0}', env.MT_DEFAULT_BRANCH_NAME) }}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
token: ${{ secrets.MT_PAT }}

- name: MT setup
uses: ./.github/actions/setup
uses: mtransitapps/gh-actions/.github/actions/setup@v1.0.1

- name: MT read sdk-target from gradle/libs.versions.toml
id: sdk-target
Expand Down
2 changes: 1 addition & 1 deletion shared-overwrite/.github/workflows/mt-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:

- name: MT setup
id: mt-setup
uses: ./.github/actions/setup
uses: mtransitapps/gh-actions/.github/actions/setup@v1.0.1

- name: MT enable app release
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
token: ${{ secrets.MT_PAT }}

- name: MT setup
uses: ./.github/actions/setup
uses: mtransitapps/gh-actions/.github/actions/setup@v1.0.1

- name: MT pull store listings
env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:

- name: MT setup
id: mt-setup
uses: ./.github/actions/setup
uses: mtransitapps/gh-actions/.github/actions/setup@v1.0.1

- name: MT push store listing
run: ./app-android/listing_push.sh
Expand Down
2 changes: 1 addition & 1 deletion shared-overwrite/.github/workflows/mt-sync-code-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:

- name: MT setup
id: mt-setup
uses: ./.github/actions/setup
uses: mtransitapps/gh-actions/.github/actions/setup@v1.0.1
with:
code-sync: ${{ github.ref == format('refs/heads/{0}', env.MT_DEFAULT_BRANCH_NAME) }}

Expand Down