diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..13566b8 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 0000000..105ce2d --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..5212fb6 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,7 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..f88efdb --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/workflow_template.iml b/.idea/workflow_template.iml new file mode 100644 index 0000000..74d515a --- /dev/null +++ b/.idea/workflow_template.iml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/Readme.md b/Readme.md index 21e66bb..38a6421 100644 --- a/Readme.md +++ b/Readme.md @@ -10,4 +10,5 @@ [Link to official documentation](https://docs.github.com/fr/actions/learn-github-actions) - + ##### Jiordi viera +Une modification de plus diff --git a/src/notify_on_push.py b/src/notify_on_push.py index 847eeba..48d8a81 100644 --- a/src/notify_on_push.py +++ b/src/notify_on_push.py @@ -6,7 +6,7 @@ def send_msg_on_push(): author = os.environ['GITHUB_AUTHOR'] repository = os.environ['GITHUB_REPOSITORY'] - link = f"https://github.com/{repository}" + link = f"https://github.com/{repository}/tree/dev" commits = os.environ['GITHUB_COMMIT'] # count = len(os.environ['GITHUB_PuSH_NUMBER']) date = time.ctime()