Skip to content

Commit

Permalink
Rename stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
FauconSpartiate committed Nov 29, 2023
1 parent 5486c16 commit 811bb27
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# .github/workflows/test.yaml
# .github/workflows/bump_submodule.yaml

name: Bump submodule
name: Bump Flutter submodule

on:
release:
Expand All @@ -9,14 +9,14 @@ on:
workflow_dispatch:

jobs:
submodule:
bump_submodule:
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v2

- name: Upgrade
- name: Bump Flutter submodule
run: |
git submodule update --remote --init --recursive
git add .flutter
Expand Down

0 comments on commit 811bb27

Please sign in to comment.