Skip to content

Scope PostgreSQL state to action directory - #76

Open
ikalnytskyi wants to merge 1 commit into
masterfrom
chore/scope-action-data
Open

Scope PostgreSQL state to action directory#76
ikalnytskyi wants to merge 1 commit into
masterfrom
chore/scope-action-data

Conversation

@ikalnytskyi

Copy link
Copy Markdown
Owner

The action stores PostgreSQL data and temporary files directly in the runner's temporary directory using fixed names. This may cause conflicts when the action is invoked more than once in the same job.

Store these files under a directory derived from GITHUB_ACTION to keep each action invocation isolated.

@ikalnytskyi
ikalnytskyi force-pushed the chore/scope-action-data branch from f7f495b to 60267d3 Compare August 2, 2026 00:16
The action stores PostgreSQL data and temporary files directly in the
runner's temporary directory using fixed names. This may cause conflicts
when the action is invoked more than once in the same job.

Store these files under a directory derived from `GITHUB_ACTION` to keep
each action invocation isolated.
@ikalnytskyi
ikalnytskyi force-pushed the chore/scope-action-data branch from 60267d3 to d4c2038 Compare August 2, 2026 22:20
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.

1 participant