Skip to content

issues Search Results · repo:actions/typescript-action language:TypeScript

Filter by

86 results
 (80 ms)

86 results

inactions/typescript-action (press backspace or delete to remove)

I ve encountered some issues trying to use @actions/http-client s auth functionality (and other packages in the @actions/* family) I fixed it updating tsconfig.json: ... compilerOptions : { - ...
  • FrancescoLuzzi
  • 1
  • Opened 
    11 days ago
  • #1043

If I understand this line correctly, a new releases/ branch is created for every major release. I get that when it is v2+. But why create one, when it is the very first major release? (v1.0.0)? Maybe check, ...
  • joh-klein
  • 1
  • Opened 
    on Mar 5
  • #1026

Why is it necessary to have *.d.ts files in dist? Where would they be used?
  • joh-klein
  • 1
  • Opened 
    on Mar 4
  • #1025

We try and adopt template updates in our action from time to time and Convert to ESM and use rollup has caused an issue on Windows related to https://github.com/rollup/rollup/issues/3434. Looking at the ...
  • fniephaus
  • 5
  • Opened 
    on Feb 13
  • #1017

Using this as is I was getting a warning during rollup (!) [plugin typescript] @rollup/plugin-typescript: Rollup sourcemap option must be set to generate source maps. until I found https://github.com/rollup/plugins/issues/1805 ...
  • Skenvy
  • 1
  • Opened 
    on Feb 4
  • #1011

It would appear that the generated dist folder doesn t contain a licenses.txt file like it used to, to aggregate all the licenses of the modules used to bundle the dist. I noticed this because the last ...
  • Skenvy
  • 1
  • Opened 
    on Feb 4
  • #1010

The workflow which runs a test of the local action doesn t appear to work anymore. - name: Test Local Action id: test-action uses: ./ with: milliseconds: 2000 https://github.com/actions/typescript-action/actions/runs/12981582939/job/36200199094 ...
  • dgilbert-foreflight
  • 1
  • Opened 
    on Feb 1
  • #1005

import * as core from @actions/core //... async function run() { try { //... } catch (error) { core.setFailed(error.message) } }
  • Richi11-oss
  • 1
  • Opened 
    on Jan 14
  • #996

I m watching Jubilee Prayer 2025 on Daily TV Mass https://watch.dailytvmass.com/videos/jubilee-prayer-2025
  • Apshakil
  • Opened 
    on Jan 2
  • #989

Closely related to #957 but different. When you use this repo as a template, all dependabot PRs that are opened will fail as they do not regenerate the dist folder. Is there a way to make dependabot ...
  • arianvp
  • 5
  • Opened 
    on Dec 23, 2024
  • #986
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub