-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/imigueldiaz/firefox-updates…
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ To use this action in your workflow, add the following step: | |
|
||
```yaml | ||
- name: Firefox Extension Updates | ||
uses: your-username/your-repo@main | ||
uses: imigueldiaz/[email protected] | ||
with: | ||
branch: 'main' | ||
file_name: 'extension.xpi' | ||
|
@@ -46,4 +46,4 @@ The action performs the following steps: | |
Updates or creates a version entry in the updates.json file based on the provided inputs. | ||
Optionally updates the update_url in the manifest.json file. | ||
By using this action, you can automate the process of managing your Firefox extension updates directly from your GitHub repository. | ||
By using this action, you can automate the process of managing your Firefox extension updates directly from your GitHub repository. |