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

Fix: Add compatibility with the new Github Environment Files #27

Merged
merged 44 commits into from
Feb 27, 2024
Merged
Changes from 1 commit
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
c41db42
test paths
kohlerdominik Feb 27, 2024
9bb90d8
fixed typo
kohlerdominik Feb 27, 2024
05d9965
get folder
kohlerdominik Feb 27, 2024
7ef9ed2
more output
kohlerdominik Feb 27, 2024
3842cbe
Allow Input and Output from Githubs env files.
kohlerdominik Feb 27, 2024
0548fa9
Added test for environment files
kohlerdominik Feb 27, 2024
95eb9e5
Added file creation for all mounted files
kohlerdominik Feb 27, 2024
e426b9b
Create files sync
kohlerdominik Feb 27, 2024
d4ebab7
Get directory contents
kohlerdominik Feb 27, 2024
35a4fbc
compiled action
kohlerdominik Feb 27, 2024
b346e3b
show tmp files
kohlerdominik Feb 27, 2024
7026910
chown env files
kohlerdominik Feb 27, 2024
b186642
chmod for env files
kohlerdominik Feb 27, 2024
1f9b444
test with runner path
kohlerdominik Feb 27, 2024
8dc872e
test with runner path
kohlerdominik Feb 27, 2024
7e72764
test with runner paths
kohlerdominik Feb 27, 2024
aeae658
test
kohlerdominik Feb 27, 2024
e2c4711
test
kohlerdominik Feb 27, 2024
72587d7
test
kohlerdominik Feb 27, 2024
a020c60
fixed permissions the hard way
kohlerdominik Feb 27, 2024
deb2955
removed fix
kohlerdominik Feb 27, 2024
f3e9ed0
fix
kohlerdominik Feb 27, 2024
59dec33
show permissions on hst
kohlerdominik Feb 27, 2024
e1bc19e
test another
kohlerdominik Feb 27, 2024
66f64d7
fixed permissions
kohlerdominik Feb 27, 2024
84b80ac
really fix permissions
kohlerdominik Feb 27, 2024
285f6f4
another permission-fix
kohlerdominik Feb 27, 2024
1f8d5eb
permission fix....
kohlerdominik Feb 27, 2024
16704d4
test with alpine
kohlerdominik Feb 27, 2024
ba42bf1
check in other dir
kohlerdominik Feb 27, 2024
9508287
try another tempdir
kohlerdominik Feb 27, 2024
cd2e37b
fix permissions
kohlerdominik Feb 27, 2024
e9582f5
cleanup and fix
kohlerdominik Feb 27, 2024
868dfe9
fixed state test
kohlerdominik Feb 27, 2024
35c15c9
github state
kohlerdominik Feb 27, 2024
1fc3b73
better test coverage
kohlerdominik Feb 27, 2024
daa0229
better test coverage
kohlerdominik Feb 27, 2024
9be2238
better test coverage
kohlerdominik Feb 27, 2024
b43875c
better test coverage
kohlerdominik Feb 27, 2024
f1ad514
better test coverage
kohlerdominik Feb 27, 2024
d92d193
Final fix
kohlerdominik Feb 27, 2024
0db2914
Test for Tempdir
kohlerdominik Feb 27, 2024
2c23417
Test for Tempdir
kohlerdominik Feb 27, 2024
afdc85e
Added to readme
kohlerdominik Feb 27, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixed typo
  • Loading branch information
kohlerdominik committed Feb 27, 2024
commit 9bb90d8b417b66d11d291065fbcfd3689cc49dc8
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ jobs:
steps:
- run: |
echo "env: [$GITHUB_ENV]"
echo "path: [GITHUB_PATH]"
echo "path: [$GITHUB_PATH]"
echo "output: [$GITHUB_OUTPUT]"
echo "state: [$GITHUB_STATE]"
echo "summary: [$GITHUB_STEP_SUMMARY]"
Loading