Giter VIP home page Giter VIP logo

action-general-autotag's Introduction

Website Patreon Community Paypal

Welcome!

I'm the author of addons like Bagnon, Scrap and PetTracker. If you're here because of something else and don't know what that means, don't worry about it ๐Ÿ˜‰, just dodge the MMO gamers, I won't tell ๐Ÿ™ˆ.

About Me

๐ŸŽฎ I've been a gamer and software developer for two decates now. My professsional journey started quite unexpectedly when I was just 12 years old, and created some of the most popular third-party software for World of Warcraft.

๐ŸŽ“ On the academic front, I hold a PhD in computer graphics and machine learning. My research has primarily focused on developing learning-based solutions to computer graphics problems, such as optimizing rendering performance and enhancing skin simulation, or improving hand-drawn animation.

action-general-autotag's People

Contributors

coreybutler avatar dependabot[bot] avatar jaliborc avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

action-general-autotag's Issues

Warning Unexpected input(s) 'GITHUB_TOKEN'

GitHub Action shows warning when using jaliborc/[email protected] and jaliborc/[email protected]

##[warning]Unexpected input(s) 'GITHUB_TOKEN', valid inputs are ['source_file', 'extraction_regex', 'tag_format', 'tag_message'] 2 Run jaliborc/[email protected]

yml-file

[...]
steps:
      - uses: actions/checkout@master

      - uses: jaliborc/[email protected]
        id: autotag
        with:
          GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
          source_file: "mix.exs"
          extraction_regex: "version:\\s\"([\\d\\.]+)\""
          tag_format: "v{version}"
[...]

Build fails if there is no match for the regex

I'm just starting a new project. I pointed this action at the version history, hoping to have it autogenerate git tags from the version number when I make my first release. But since there are no versions yet in the version history, the action fails the entire build. Why?

Receiving `[warning]tags.data is not iterable`

Thanks for this plugin - it's been helpful to see how custom Actions can be built ๐Ÿ‘

I'm getting an warning: ##[warning]tags.data is not iterable and no tags are created, even though the version found is new and there are no tags in the repository. My guess is that this is the line that is creating the warning:

for (let tag of tags.data)

At first I thought the failure might be because there were no tags in the repo, so I created a dummy tag to try that, but no luck.

My guess is that this might be something to do with permissions - is that possible? Any pointers you could give would be very helpful.

Error: require() of ES modules is not supported

When I want to use the action I get an error:

Warning: require() of ES modules is not supported.
require() of /home/runner/work/_actions/jaliborc/action-general-autotag/1.0.0/main.js is an ES module file as it is a .js file whose nearest parent package.json contains "type": "module" which defines all .js files in that package scope as ES modules.
Instead rename main.js to end in .cjs, change the requiring code to use import(), or remove "type": "module" from /home/runner/work/_actions/jaliborc/action-general-autotag/1.0.0/package.json.
Error: Not Found

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.