You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Parameterize repository URL to use current repo dynamically
- Use ${{ github.server_url }}/${{ github.repository }} instead of hardcoded URL
- Makes workflow portable across forks and different repositories
- Automatically uses the correct repository context
Signed-off-by: James Duong <[email protected]>
0 commit comments