Coder Social home page Coder Social logo

gh-actions-html-table-generator's People

Contributors

absphreak avatar eddiejaoude avatar guibranco avatar muthuannamalai12 avatar panquesito7 avatar peter-evans avatar sarajaoude avatar sumit-sahu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

gh-actions-html-table-generator's Issues

GitHub Action Enhancements

What would you like to share?

To add kubescape actions file to the repo

Additional information

No response

[FEATURE] Upgrade Node.js from version 16 to version 20

Description

Upgrade the Node.js version used by this GitHub action since the current one will be forcibly upgraded by GHA runtime.

Official docs: GitHub Actions: Transitioning from Node 16 to Node 20

Screenshots

No response

Additional information

GitHub Actions will automatically run using the supported version (Node.js version 20) when they remove version 16 but keeping an unsupported version in the actions generates warning messages when we run it.

Action will break on branches with '/'

await readmeBox.updateSection(table, {
    owner: process.env.GITHUB_REPOSITORY.split('/')[0],
    repo: process.env.GITHUB_REPOSITORY.split('/')[1],
    branch: process.env.GITHUB_REF.split('/')[2], // this will break if branch contains '/'
    token: githubToken,
    section: 'data-section',
});

Generate a new release with the updated codebase

Description

The currently available version is v0.1.1; it's dated 2020, but we have made a lot of changes since this date...

Could you please generate an updated release with the current codebase version?

Screenshots

image

image

Additional information

It would be nice to have a GitHub Action that generates the release every time we push to the main.

Let me know if you are keen on this. I can create a PR to add this GH Action.

[FEATURE] Customize section on the readme file

Description

Currently this actions looks for

<!--START_SECTION:data-section-->
and
<!--END_SECTION:data-section-->

The idea is to allow us to set the data-section name instead of a fixed one, so we can have multiple data sections in a single file that will be updated by different actions...

Screenshots

No response

Additional information

No response

[OTHER] Update Awesome GitHub profiles link

What would you like to share?

The message/link to the Awesome GitHub profiles repository should be updated to contain a proper message. #26 (comment)

From this repository usage <https://github.com/EddieJaoudeCommunity/awesome-github-profiles>

Steps to contribute

If you've already forked the repository, skip to step 3

  1. Fork the repository here.
  2. Make a new branch named update_message.
  3. Open the README.md file.
  4. Replace line 98 content with the following content:
From this repository usage: [Awesome GitHub profiles](https://github.com/EddieJaoudeCommunity/awesome-github-profiles).
  1. Commit and push your changes.
  2. Create a pull request.
  3. You're done now! ๐ŸŽ‰ You just have to wait until the maintainers check your PR.

Additional information

This is a good first issue. Please leave it open to first-time contributors and beginners.
If you need any help with this issue, let us know! ๐Ÿ™‚

The statistics action is still not fixed.

Someone please resolve this issue.

 statistics:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v1
      - uses: EddieJaoudeCommunity/gh-action-community/src/statistics@main
        with:
          firebase-key: ${{ secrets.FIREBASE_KEY }}

The error is in the last line, in case anyone did not know.

It has been persisting for at least three months now. Needs to be dealt with ASAP.

Update Node.JS to version 16

Description

GitHub actions no longer support Node12.

...node12 which is deprecated and will be forced to run on node16...

Screenshots

image

Additional information

No response

Update Community.yml

I will update the issue-message, Pr-Message with new ones, and add a footer in Community.yml

Package.json has the incorrect repo

{
  "name": "github-actions-reader-writer",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "build": "ncc build index.js -o dist",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
-    "url": "git+https://github.com/eddiejaoude/github-actions-reader-writer.git"
+    "url": "git+https://github.com/EddieJaoudeCommunity/gh-actions-html-table-generator.git
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "bugs": {
-    "url": "https://github.com/eddiejaoude/github-actions-reader-writer/issues"
+    "url": "https://github.com/EddieJaoudeCommunity/gh-actions-html-table-generator/issues"
  },
  "homepage": "https://github.com/eddiejaoude/github-actions-reader-writer#readme",
  "dependencies": {
    "@actions/core": "^1.2.4",
    "@actions/github": "^4.0.0",
    "chunk": "0.0.2",
    "readme-box": "git+https://[email protected]/eddiejaoude/readme-box.git#eddiejaoude-issue-5"
  },
  "devDependencies": {
    "@vercel/ncc": "^0.24.0"
  }
}

Make the file to push to be customizable

I am working on a simple GitHub Pages for the Awesome GitHub profiles repository, but I would like to push to another file named profiles.md. It'd be great if the file to push to be customizable.

On my fork of this repository, I tried doing it, but I couldn't do it.
EDIT: I'm still trying to do it, though.

Can anybody help me with this? Thank you! ๐Ÿ˜„

YAML token indentation error in action.yml

Description

There is an error in the action.yml file on line 28. The parameter is with an extra space.

Screenshots

image

Additional information

This bug was introduced by myself in #

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.