Skip to content

Conversation

ilteoood
Copy link

No description provided.

Matteo Pietro Dazzi added 2 commits March 13, 2020 20:24
@diegoveloper
Copy link

Any news about this PR? @ilteoood can we use your git repo directly ?

@ilteoood
Copy link
Author

ilteoood commented Apr 1, 2020

@diegoveloper hi, yes you can use directly the code in my branch.
I think that the maintainer isn't active now on github...

@diegoveloper
Copy link

Great! do you know how I can point directly to your repo ?

@ilteoood
Copy link
Author

ilteoood commented Apr 1, 2020

@diegoveloper you can simply point to: ilteoood/actions-flutter-pub-publisher:master

@diegoveloper
Copy link

@ilteoood I got this error :

- Your workflow file was invalid: The pipeline is not valid. .github/workflows/dev.yml (Line: 16, Col: 15): Expected format {org}/{repo}[/path]@ref. Actual 'ilteoood/actions-flutter-pub-publisher:master',Input string was not in a correct format.

This is how I used your config:

jobs:
  publish:

    runs-on: ubuntu-latest

    steps:
      - name: Checkout
        uses: actions/checkout@v1
      - name: Dry-run
        uses: ilteoood/actions-flutter-pub-publisher:master
        with:
          credential: ${{secrets.CREDENTIAL_JSON}}
          flutter_package: false
          skip_test: true
          dry_run: true

Any idea?

@ilteoood
Copy link
Author

ilteoood commented Apr 1, 2020

@diegoveloper sorry, I made a typo: istead of ":master", use "@master"

@diegoveloper
Copy link

@ilteoood thank you, it's working :)

@sakebook
Copy link
Owner

@ilteoood

Sorry for the delay in replying!

Thanks for the refactoring!

LGTM.

@sakebook sakebook merged commit 618eb17 into sakebook:master May 23, 2020
@sakebook sakebook mentioned this pull request May 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants