Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve deploy-tag #41

Merged
merged 1 commit into from
Nov 27, 2024
Merged

Improve deploy-tag #41

merged 1 commit into from
Nov 27, 2024

Conversation

szepeviktor
Copy link
Contributor

Comment on lines -113 to -114
env:
TOKEN: ${{ secrets.GITHUB_TOKEN }}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No push here. git commit goes only to the local repo.

Comment on lines +162 to +163
ID=$(gh api "/repos/${{ github.repository }}/milestones" --jq '.[] | select(."title" == "${{ inputs.version }}") | ."number"')
gh api "/repos/${{ github.repository }}/milestones/${ID}" --method "PATCH" --field "state=closed"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For --jq please see gh api --help.

@johnbillion johnbillion merged commit 67284f4 into johnbillion:trunk Nov 27, 2024
2 checks passed
@szepeviktor szepeviktor deleted the patch-1 branch November 27, 2024 14:21
@szepeviktor
Copy link
Contributor Author

Glad to contribute.

@johnbillion
Copy link
Owner

I wish I could get nektos/act running locally but I just get endless errors.

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