Skip to content

Enable Azure Login action by committing compiled output#3

Merged
Jury1981 merged 2 commits intocopilot/update-login-functionalityfrom
copilot/update-login-functionality-again
Jan 31, 2026
Merged

Enable Azure Login action by committing compiled output#3
Jury1981 merged 2 commits intocopilot/update-login-functionalityfrom
copilot/update-login-functionality-again

Conversation

Copy link
Copy Markdown

Copilot AI commented Jan 31, 2026

GitHub Actions require compiled JavaScript to be committed for distribution. The action was non-functional because lib/**/* in .gitignore prevented the compiled entry points from being tracked.

Changes

  • Removed lib/**/* from .gitignore
  • Committed compiled action files:
    • lib/main/index.js (184KB) - main entry point referenced in action.yml
    • lib/cleanup/index.js (169KB) - post-action cleanup

The action now follows GitHub Actions distribution requirements and can be consumed by workflows.

Original prompt

Reference: e1b7915


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: Jury1981 <210622247+Jury1981@users.noreply.github.com>
Copilot AI changed the title [WIP] Update login functionality for improved user experience Enable Azure Login action by committing compiled output Jan 31, 2026
Copilot AI requested a review from Jury1981 January 31, 2026 02:33
@Jury1981 Jury1981 marked this pull request as ready for review January 31, 2026 05:51
@Jury1981 Jury1981 merged commit f3ea448 into copilot/update-login-functionality Jan 31, 2026
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.

2 participants